Missing </p> from nickshanks. fixes #3582
git-svn-id: https://develop.svn.wordpress.org/trunk@4734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
905c34258b
commit
a743d18954
@ -26,7 +26,7 @@ switch ($step) {
|
||||
<form enctype="multipart/form-data" action="link-import.php" 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><?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>
|
||||
<div style="width: 70%; margin: auto; height: 8em;">
|
||||
<input type="hidden" name="step" value="1" />
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="30000" />
|
||||
|
Loading…
Reference in New Issue
Block a user