From 18f3ab8a20e88eceb8d44a26e0d7c5cebf48dfd5 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@10020 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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')) ?>

-
-