From d40168567518a3a8d9ab6a6bc98af545bb235a8a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 28 Feb 2023 13:50:38 +0000 Subject: [PATCH] Help/About: Restore the correct URL for Editing Files article on Edit Themes screen. Replace the URL for Editing Themes article instead to avoid an extra redirect. Follow-up to [55432]. See #57726. git-svn-id: https://develop.svn.wordpress.org/trunk@55434 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index f88d14db22..345d00017f 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -50,8 +50,8 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

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

' . '

' . __( 'Documentation on Theme Development' ) . '

' . - '

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

' . - '

' . __( 'Documentation on Editing Files' ) . '

' . + '

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

' . + '

' . __( 'Documentation on Editing Files' ) . '

' . '

' . __( 'Documentation on Template Tags' ) . '

' . '

' . __( 'Support forums' ) . '

' );