Make WordPress Core

Changeset 53393


Ignore:
Timestamp:
05/12/2022 05:55:30 PM (2 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r53244 r53393  
    56745674        $section_description .= sprintf(
    56755675            ' <a href="%1$s" class="external-link" target="_blank">%2$s<span class="screen-reader-text"> %3$s</span></a>',
    5676             esc_url( __( 'https://codex.wordpress.org/CSS' ) ),
     5676            esc_url( __( 'https://wordpress.org/support/article/css/' ) ),
    56775677            __( 'Learn more about CSS' ),
    56785678            /* translators: Accessibility text. */
Note: See TracChangeset for help on using the changeset viewer.