mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
'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:
parent
ccfb36ace5
commit
5b248a72c8
@ -685,7 +685,7 @@ final class WP_Screen {
|
|||||||
if ( $old_help ) {
|
if ( $old_help ) {
|
||||||
$this->add_help_tab( array(
|
$this->add_help_tab( array(
|
||||||
'id' => 'contextual-help',
|
'id' => 'contextual-help',
|
||||||
'title' => __('Screen Info'),
|
'title' => __('Overview'),
|
||||||
'content' => $old_help,
|
'content' => $old_help,
|
||||||
) );
|
) );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user