Update form action
git-svn-id: https://develop.svn.wordpress.org/trunk@10174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0b401c19dc
commit
d12c9fa87e
@ -32,7 +32,7 @@ switch ($step) {
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php _e('Import your blogroll from another system') ?> </h2>
|
||||
<form enctype="multipart/form-data" action="link-import.php" method="post" name="blogroll">
|
||||
<form enctype="multipart/form-data" action="admin.php?import=opml" method="post" name="blogroll">
|
||||
<?php wp_nonce_field('import-bookmarks') ?>
|
||||
|
||||
<p><?php _e('If a program or website you use allows you to export your links or subscriptions as OPML you may import them here.'); ?></p>
|
||||
|
Loading…
Reference in New Issue
Block a user