mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 09:04:24 +00:00
Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.
git-svn-id: https://develop.svn.wordpress.org/trunk@14652 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user