From a859515f6e3513cceb8feacf47317a6cfae5d57c Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 31 Oct 2008 16:40:55 +0000 Subject: [PATCH] Revert to simple Edit Post title for post editing screen. No longer makes sense with lack of breadcrumbs and the actual post title box so high on the screen git-svn-id: https://develop.svn.wordpress.org/trunk@9433 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index ac57310f99..a2e0730175 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -154,7 +154,7 @@ case 'edit': } } - $title = sprintf(__('Edit "%s"'), wp_html_excerpt(_draft_or_post_title($post->ID), 50)); + $title = __('Edit Post'); require_once('admin-header.php');