Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.

git-svn-id: http://svn.automattic.com/wordpress/trunk@10020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-12-03 08:50:50 +00:00
parent cb11271cb3
commit 18f3ab8a20

View File

@ -170,6 +170,12 @@ if ( $page_links )
</div>
<br class="clear" />
</form>
<div class="form-wrap">
<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
</div>
</div>
</div><!-- /col-right -->
@ -209,10 +215,6 @@ if ( $page_links )
<?php } ?>
<div class="form-wrap">
<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
</div>
</div>
</div><!-- /col-left -->