From c0dcf616c1443269ccbf483fc7cdc2c601982dcb Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 1 Dec 2011 01:33:26 +0000 Subject: [PATCH] Help tweaks for comments, media, edit.php, update-core.php. props jane, see #19020. git-svn-id: http://svn.automattic.com/wordpress/trunk@19511 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 8 ++++---- wp-admin/edit.php | 22 ++++++++++++++-------- wp-admin/media-upload.php | 12 +++--------- wp-admin/update-core.php | 10 +++++++++- wp-admin/upload.php | 6 +++--- 5 files changed, 33 insertions(+), 25 deletions(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index ec0b020c0..bd37f7f88 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -112,14 +112,14 @@ else add_screen_option( 'per_page', array('label' => _x( 'Comments', 'comments per page (screen options)' )) ); get_current_screen()->add_help_tab( array( -'id' => 'managing-comments', -'title' => __('Managing Comments'), +'id' => 'overview', +'title' => __('Overview'), 'content' => '

' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '

' ) ); get_current_screen()->add_help_tab( array( -'id' => 'comments-table', -'title' => __('Comments Table'), +'id' => 'moderating-comments', +'title' => __('Moderating Comments'), 'content' => '