From dcb58e28449a64a5bedc6c1dba500b8919cc05e2 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 17 Oct 2008 21:22:11 +0000 Subject: [PATCH] Edit Posts needs an H2. Yes, I know the Filter options look funky. git-svn-id: https://develop.svn.wordpress.org/trunk@9236 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'] ) {
+

+