Make WordPress Core

Ticket #41798: 41798.diff

File 41798.diff, 1.6 KB (added by mrasharirfan, 9 years ago)

Updated the help text according to the description.

  • wp-includes/widgets/class-wp-widget-text.php

     
    417417                                        <div class="wp-pointer-content">
    418418                                                <h3><?php _e( 'New Custom HTML Widget' ); ?></h3>
    419419                                                <?php if ( is_customize_preview() ) : ?>
    420                                                         <p><?php _e( 'Hey, did you hear we have a &#8220;Custom HTML&#8221; widget now? You can find it by pressing the &#8220;<a class="add-widget" href="#">Add a Widget</a>&#8221; button and searching for &#8220;HTML&#8221;. Check it out to add some custom code to your site!' ); ?></p>
     420                                                        <p><?php _e( 'Hey, did you know that we have a &#8220;Custom HTML&#8221; widget now? You can find it by pressing the &#8220;<a class="add-widget" href="#">Add a Widget</a>&#8221; button and searching for &#8220;HTML&#8221;. Check it out to add some custom code to your site!' ); ?></p>
    421421                                                <?php else : ?>
    422                                                         <p><?php _e( 'Hey, did you hear we have a &#8220;Custom HTML&#8221; 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 &#8220;Custom HTML&#8221; 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>
    423423                                                <?php endif; ?>
    424424                                                <div class="wp-pointer-buttons">
    425425                                                        <a class="close" href="#"><?php _e( 'Dismiss' ); ?></a>