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:
nacin 2010-05-15 05:07:31 +00:00
parent 00a291c71e
commit 36af10b6b7
2 changed files with 3 additions and 3 deletions

View File

@ -101,9 +101,9 @@ if ( isset($_REQUEST['doaction']) || isset($_REQUEST['doaction2']) || isset($_R
}
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
$title = __('Edit Comments');
$title = __('Comments');
require_once('./admin-header.php');

View File

@ -41,7 +41,7 @@ if ( empty($cat_id) )
if ( empty($order_by) )
$order_by = 'order_name';
$title = __('Edit Links');
$title = __('Links');
$this_file = $parent_file = 'link-manager.php';
include_once ('./admin-header.php');