Changeset 48111 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 06/20/2020 01:16:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r47855 r48111 201 201 <p> 202 202 <?php 203 echo sprintf(203 printf( 204 204 /* translators: %s: Link to Custom CSS section in the Customizer. */ 205 205 __( '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>.' ), … … 363 363 if ( ! $theme->parent() ) { 364 364 echo '<p>'; 365 echo sprintf(365 printf( 366 366 /* translators: %s: Link to documentation on child themes. */ 367 367 __( 'If you need to tweak more than your theme’s CSS, you might want to try <a href="%s">making a child theme</a>.' ),
Note: See TracChangeset
for help on using the changeset viewer.