Changeset 39149 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 11/06/2016 07:08:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r39148 r39149 3591 3591 'description_hidden' => true, 3592 3592 'description' => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>', 3593 __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes. ' ),3593 __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes. In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key.' ), 3594 3594 'https://codex.wordpress.org/Know_Your_Sources#CSS', 3595 3595 __( 'Learn more about CSS' ),
Note: See TracChangeset
for help on using the changeset viewer.