diff --git a/wp-admin/edit.php b/wp-admin/edit.php index eeae905f4d..7cf8e6033f 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -67,7 +67,7 @@ if ( isset($_GET['action']) && ( -1 != $_GET['action'] || -1 != $_GET['action2'] } if ( empty($title) ) - $title = __('View All Posts'); + $title = __('Edit Posts'); $parent_file = 'edit.php'; wp_enqueue_script('admin-forms'); wp_enqueue_script('inline-edit-post'); @@ -124,6 +124,8 @@ if ( (int) $_GET['locked'] ) {
+

+