From 6c3a317b1453beacaf87d9428133b574cc4d90e4 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 3 Dec 2008 08:50:50 +0000 Subject: [PATCH] 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 --- wp-admin/edit-link-categories.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index 6ff4790862..87f0fef98b 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -170,6 +170,12 @@ if ( $page_links )
+ +
+

Note:
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 %s.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?>

+
+ + @@ -209,10 +215,6 @@ if ( $page_links ) -
-

Note:
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 %s.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?>

-
-