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
This commit is contained in:
Mark Jaquith 2008-10-31 16:40:55 +00:00
parent c2debbb698
commit a859515f6e
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');