Make WordPress Core


Ignore:
Timestamp:
09/23/2017 11:25:56 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Customize: Tweak "New Custom HTML Widget" pointer text to be a bit less informal and more inclusive.

Props birgire, mrasharirfan, danieltj.
Fixes #41798.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-text.php

    r41376 r41577  
    449449                        <h3><?php _e( 'New Custom HTML Widget' ); ?></h3>
    450450                        <?php if ( is_customize_preview() ) : ?>
    451                             <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>
     451                            <p><?php _e( 'Did you know there is 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>
    452452                        <?php else : ?>
    453                             <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>
     453                            <p><?php _e( 'Did you know there is 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>
    454454                        <?php endif; ?>
    455455                        <div class="wp-pointer-buttons">
Note: See TracChangeset for help on using the changeset viewer.