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:
parent
c2debbb698
commit
a859515f6e
@ -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