diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 6e32353d16..ea0b9b6989 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -61,40 +61,7 @@ case 'edit': require_once ('admin-header.php'); $cat_ID = (int) $_GET['cat_ID']; $category = get_category_to_edit($cat_ID); - ?> - -
-

-
- cat_ID); ?> - - - - - - - - - - - - - - - - - -
-
-
-

-
-

-
- Note:
Deleting a category does not delete the posts and bookmarks in that category. Instead, posts in the deleted category are set to the category %s and bookmarks are set to %s.'), get_catname(get_option('default_category')), get_catname(get_option('default_link_category'))) ?>

-
-

-
- -

-

-


- -

-
-
-


-

-

-
-
+ '; + $action = 'editedcat'; + $nonce_action = 'update-category' . $cat_ID; +} else { + $heading = __('Add Category'); + $submit_text = __('Add Category »'); + $form = '
'; + $action = 'addcat'; + $nonce_action = 'add-category'; +} +?> + +
+

+ + + + + + + + + + + + + + + + + + + + + +
+
+

+
+ +
\ No newline at end of file