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:
parent
d88a6ccf96
commit
6c3a317b14
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user