diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index c98631caa852..e38412fd36bc 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -124,7 +124,7 @@ } // Used in the HTML title tag. -$title = __( 'Manage Themes' ); +$title = __( 'Themes' ); $parent_file = 'themes.php'; // Help tab: Overview. @@ -205,6 +205,7 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Using Themes' ) . '

' . + '

' . __( 'Documentation on the Appearance Themes Screen' ) . '

' . $help_sidebar_autoupdates . '

' . __( 'Support' ) . '

' );