mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
3503d95ba4
commit
4a784a1291
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user