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
This commit is contained in:
Sergey Biryukov
2022-05-12 17:55:30 +00:00
parent e7962e19ad
commit 0907c144a8

View File

@@ -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(
' <a href="%1$s" class="external-link" target="_blank">%2$s<span class="screen-reader-text"> %3$s</span></a>',
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)' )