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
This commit is contained in:
Andrew Nacin
2011-12-01 01:33:26 +00:00
parent 29bacb72f0
commit bc0f0de8a0
5 changed files with 33 additions and 25 deletions
+4 -4
View File
@@ -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' =>
'<p>' . __( '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.' ) . '</p>'
) );
get_current_screen()->add_help_tab( array(
'id' => 'comments-table',
'title' => __('Comments Table'),
'id' => 'moderating-comments',
'title' => __('Moderating Comments'),
'content' =>
'<ul>' .
'<li>' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '</li>' .