diff --git a/wp-admin/categories.php b/wp-admin/categories.php index d38cd0c1ff..c75bbf95b4 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -133,8 +133,8 @@ $messages[5] = __('Category not updated.'); endif; ?>
-
+
@@ -145,12 +145,14 @@ endif; ?>
- + +

Add New)') : __('Manage Tags'), '#addcat' ); ?>


+
- -
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index d73f9b0efb..29fcbb1076 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -74,8 +74,7 @@ endif; ?>
-
- +
@@ -86,12 +85,14 @@ endif; ?>
-
+ +

Add New)') : __('Manage Tags'), '#addcat' ); ?>


+
- -
diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 890bdcabbc..a4f641a24f 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -10,10 +10,10 @@ require_once('admin.php'); // Handle bulk deletes -if ( isset($_GET['action']) && isset($_GET['delete']) ) { +if ( isset($_GET['action']) && isset($_GET['post']) && isset($_GET['doaction']) ) { check_admin_referer('bulk-pages'); if ( $_GET['action'] == 'delete' ) { - foreach( (array) $_GET['delete'] as $post_id_del ) { + foreach( (array) $_GET['post'] as $post_id_del ) { $post_del = & get_post($post_id_del); if ( !current_user_can('delete_page', $post_id_del) ) @@ -86,8 +86,7 @@ require_once('admin-header.php');
-
- +
@@ -98,7 +97,8 @@ require_once('admin-header.php');
-
+ +

Add New)|You can reorder these: 1: Pages, 2: by {s}, 3: matching {s}' ), $post_status_label, $h2_author, $h2_search, 'page-new.php' ); ?>

+