From 0c9d7c645cb5c6a791927fec03ef5b7ebcf0dbf2 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 5 Jan 2022 22:13:43 +0000 Subject: [PATCH] Help/About: Correction on the documentation link about adding new themes. In the Themes Screen Help Tab, the "Documentation on Adding New Themes" link previously targeted the "Using Themes" HelpHub post whereas it had to target the "Install Themes" section of "Appearance Themes Screen" HelpHub post, which is more relevant. Props jdy68. Fixes #54709. git-svn-id: https://develop.svn.wordpress.org/trunk@52452 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index cd3a607ea9..71e95c987c 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -137,7 +137,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

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

' . - '

' . __( 'Documentation on Adding New Themes' ) . '

' . + '

' . __( 'Documentation on Adding New Themes' ) . '

' . '

' . __( 'Support' ) . '

' );