From bc0f0de8a0a21f21c5a03ce855826ab881c7342b Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@19511 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ec0b020c03..bd37f7f887 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' => '