Title changes
git-svn-id: http://svn.automattic.com/wordpress/trunk@8995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1354cd8012
commit
e434ec4cef
|
@ -8,7 +8,7 @@
|
|||
|
||||
/** Load WordPress Administration Bootstrap */
|
||||
require_once('admin.php');
|
||||
$title = __('Create New Post');
|
||||
$title = __('Write Post');
|
||||
$parent_file = 'edit.php';
|
||||
$editing = true;
|
||||
wp_enqueue_script('autosave');
|
||||
|
|
|
@ -119,7 +119,7 @@ case 'post-quickpress-save-cont':
|
|||
break;
|
||||
|
||||
case 'edit':
|
||||
$title = __('Edit');
|
||||
$title = __('Edit Post');
|
||||
$editing = true;
|
||||
|
||||
if ( empty( $_GET['post'] ) ) {
|
||||
|
|
Loading…
Reference in New Issue