'Overview' for old-style help tabs, not 'Screen Info.' props jane. see #19020.

git-svn-id: https://develop.svn.wordpress.org/trunk@19493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-30 20:58:39 +00:00
parent 291a5ed05b
commit c754f4636f
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ final class WP_Screen {
if ( $old_help ) {
$this->add_help_tab( array(
'id' => 'contextual-help',
'title' => __('Screen Info'),
'title' => __('Overview'),
'content' => $old_help,
) );
}