From 0907c144a86140197e242ea5bba2443f035a52c9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 12 May 2022 17:55:30 +0000 Subject: [PATCH] Docs: Replace Codex URL with a corresponding HelpHub article in the Additional CSS section in Customizer. Follow-up to [45674-45677], [46740], [49912]. Props stevenlinx, audrasjb. Fixes #55710. See #48987. git-svn-id: https://develop.svn.wordpress.org/trunk@53393 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index a471f78347..03732ca08a 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -5673,7 +5673,7 @@ final class WP_Customize_Manager { $section_description .= __( 'Add your own CSS code here to customize the appearance and layout of your site.' ); $section_description .= sprintf( ' %2$s %3$s', - esc_url( __( 'https://codex.wordpress.org/CSS' ) ), + esc_url( __( 'https://wordpress.org/support/article/css/' ) ), __( 'Learn more about CSS' ), /* translators: Accessibility text. */ __( '(opens in a new tab)' )