Changeset 55412 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r55276 r55412 5690 5690 $section_description .= sprintf( 5691 5691 ' <a href="%1$s" class="external-link" target="_blank">%2$s<span class="screen-reader-text"> %3$s</span></a>', 5692 esc_url( __( 'https://wordpress.org/ support/article/css/' ) ),5692 esc_url( __( 'https://wordpress.org/documentation/article/css/' ) ), 5693 5693 __( 'Learn more about CSS' ), 5694 5694 /* translators: Hidden accessibility text. */
Note: See TracChangeset
for help on using the changeset viewer.