diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index e38412fd36..8b38bd032b 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -205,7 +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' ) . '
' . + '' . __( 'Documentation on Managing Themes' ) . '
' . $help_sidebar_autoupdates . '' . __( 'Support' ) . '
' );