diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index c98631caa8..e38412fd36 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -124,7 +124,7 @@ if ( current_user_can( 'switch_themes' ) && isset( $_GET['action'] ) ) { } // Used in the HTML title tag. -$title = __( 'Manage Themes' ); +$title = __( 'Themes' ); $parent_file = 'themes.php'; // Help tab: Overview. @@ -205,6 +205,7 @@ if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( get_current_screen()->set_help_sidebar( '

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

' . '

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

' . + '

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

' . $help_sidebar_autoupdates . '

' . __( 'Support' ) . '

' );