Ticket #41798: 41798.diff
| File 41798.diff, 1.6 KB (added by , 9 years ago) |
|---|
-
wp-includes/widgets/class-wp-widget-text.php
417 417 <div class="wp-pointer-content"> 418 418 <h3><?php _e( 'New Custom HTML Widget' ); ?></h3> 419 419 <?php if ( is_customize_preview() ) : ?> 420 <p><?php _e( 'Hey, did you hearwe 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>420 <p><?php _e( 'Hey, did you know that 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> 421 421 <?php else : ?> 422 <p><?php _e( 'Hey, did you hearwe 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>422 <p><?php _e( 'Hey, did you know that 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> 423 423 <?php endif; ?> 424 424 <div class="wp-pointer-buttons"> 425 425 <a class="close" href="#"><?php _e( 'Dismiss' ); ?></a>