Update form action
git-svn-id: http://svn.automattic.com/wordpress/trunk@10174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c1692f42a7
commit
47b68e1400
|
@ -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