mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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: https://develop.svn.wordpress.org/trunk@9433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user