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
This commit is contained in:
markjaquith 2008-10-31 16:40:55 +00:00
parent 3503d95ba4
commit 4a784a1291
1 changed files with 1 additions and 1 deletions

View File

@ -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');