Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
00a291c71e
commit
36af10b6b7
|
@ -101,9 +101,9 @@ if ( isset($_REQUEST['doaction']) || isset($_REQUEST['doaction2']) || isset($_R
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $post_id )
|
if ( $post_id )
|
||||||
$title = sprintf(__('Edit Comments on “%s”'), wp_html_excerpt(_draft_or_post_title($post_id), 50));
|
$title = sprintf(__('Comments on “%s”'), wp_html_excerpt(_draft_or_post_title($post_id), 50));
|
||||||
else
|
else
|
||||||
$title = __('Edit Comments');
|
$title = __('Comments');
|
||||||
|
|
||||||
require_once('./admin-header.php');
|
require_once('./admin-header.php');
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ if ( empty($cat_id) )
|
||||||
if ( empty($order_by) )
|
if ( empty($order_by) )
|
||||||
$order_by = 'order_name';
|
$order_by = 'order_name';
|
||||||
|
|
||||||
$title = __('Edit Links');
|
$title = __('Links');
|
||||||
$this_file = $parent_file = 'link-manager.php';
|
$this_file = $parent_file = 'link-manager.php';
|
||||||
include_once ('./admin-header.php');
|
include_once ('./admin-header.php');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue