Changeset 52978 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r52406 r52978 204 204 printf( 205 205 /* translators: %s: Link to Custom CSS section in the Customizer. */ 206 __( 'There ’s no need to change your CSS here — you can edit and live preview CSS changes in the <a href="%s">built-in CSS editor</a>.' ),206 __( 'There is no need to change your CSS here — you can edit and live preview CSS changes in the <a href="%s">built-in CSS editor</a>.' ), 207 207 esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) 208 208 );
Note: See TracChangeset
for help on using the changeset viewer.