From 07fcd416b802c7017ec91d86135b0db766ed5014 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 10 Jan 2022 08:48:37 +0000 Subject: [PATCH] Help/About: Correction in "Managing Themes" HelpHub Docs link. This change updates the HelpHub Documentation link to "Managing Themes" to make it more consistent with other Help tabs. Props SergeyBiryukov, jdy68. Fixes #54707. git-svn-id: https://develop.svn.wordpress.org/trunk@52545 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) . '

' );