diff --git wp-includes/widgets/class-wp-widget-text.php wp-includes/widgets/class-wp-widget-text.php
index d317e00..3495473 100644
|
|
|
class WP_Widget_Text extends WP_Widget { |
| 398 | 398 | <div class="wp-pointer-content"> |
| 399 | 399 | <h3><?php _e( 'New Custom HTML Widget' ); ?></h3> |
| 400 | 400 | <?php if ( is_customize_preview() ) : ?> |
| 401 | | <p><?php _e( 'Hey, did you hear we have 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> |
| | 401 | <p><?php _e( 'Did you know there is a “Custom HTML” widget? 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> |
| 402 | 402 | <?php else : ?> |
| 403 | | <p><?php _e( 'Hey, did you hear we have 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> |
| | 403 | <p><?php _e( 'Did you know there is a “Custom HTML” widget? 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> |
| 404 | 404 | <?php endif; ?> |
| 405 | 405 | <div class="wp-pointer-buttons"> |
| 406 | 406 | <a class="close" href="#"><?php _e( 'Dismiss' ); ?></a> |