Changeset 41577
- Timestamp:
- 09/23/2017 11:25:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r41376 r41577 449 449 <h3><?php _e( 'New Custom HTML Widget' ); ?></h3> 450 450 <?php if ( is_customize_preview() ) : ?> 451 <p><?php _e( ' Hey, did you hear we havea “Custom HTML” widget now? You can find it by pressing the “<a class="add-widget" href="#">Add a Widget</a>” button and searching for “HTML”. Check it out to add some custom code to your site!' ); ?></p>451 <p><?php _e( 'Did you know there is a “Custom HTML” widget now? You can find it by pressing the “<a class="add-widget" href="#">Add a Widget</a>” button and searching for “HTML”. Check it out to add some custom code to your site!' ); ?></p> 452 452 <?php else : ?> 453 <p><?php _e( ' Hey, did you hear we havea “Custom HTML” widget now? You can find it by scanning the list of available widgets on this screen. Check it out to add some custom code to your site!' ); ?></p>453 <p><?php _e( 'Did you know there is a “Custom HTML” widget now? You can find it by scanning the list of available widgets on this screen. Check it out to add some custom code to your site!' ); ?></p> 454 454 <?php endif; ?> 455 455 <div class="wp-pointer-buttons">
Note: See TracChangeset
for help on using the changeset viewer.