mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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)' )
|
||||
|
||||
Reference in New Issue
Block a user