Changeset 29903 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 10/15/2014 05:20:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r29623 r29903 2030 2030 2031 2031 $content = '<h3>' . __( 'New Feature: Live Widget Previews' ) . '</h3>'; 2032 $content .= '<p>' . __( 'Add, edit, and play around with your widgets from the theme customizer.' ) . ' ' . __( 'Preview your changes in real-time and only save them when you’re ready.' ) . '</p>';2032 $content .= '<p>' . __( 'Add, edit, and play around with your widgets from the Customizer.' ) . ' ' . __( 'Preview your changes in real-time and only save them when you’re ready.' ) . '</p>'; 2033 2033 2034 2034 if ( 'themes' === get_current_screen()->id ) {
Note: See TracChangeset
for help on using the changeset viewer.