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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-30 20:58:39 +00:00
parent ccfb36ace5
commit 5b248a72c8

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,
) );
}