Changeset 42014
- Timestamp:
- 10/24/2017 11:39:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r42013 r42014 192 192 <?php 193 193 echo sprintf( 194 /* translators: %s is a link to Custom CSS section in the Customizer.*/194 /* translators: %s: link to Custom CSS section in the Customizer */ 195 195 __( '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>.' ), 196 196 esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) )
Note: See TracChangeset
for help on using the changeset viewer.