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

git-svn-id: https://develop.svn.wordpress.org/trunk@10020 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-12-03 08:50:50 +00:00
parent d88a6ccf96
commit 6c3a317b14
1 changed files with 6 additions and 4 deletions

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 -->