From 4a784a12915350d220a545385928f2eec625347f Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://svn.automattic.com/wordpress/trunk@9433 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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');