mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Customize: Tweak "New Custom HTML Widget" pointer text to be a bit less informal and more inclusive.
Props birgire, mrasharirfan, danieltj. Fixes #41798. Built from https://develop.svn.wordpress.org/trunk@41577 git-svn-id: http://core.svn.wordpress.org/trunk@41410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c28cc57f3b
commit
b844c63db0
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41576';
|
||||
$wp_version = '4.9-alpha-41577';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -448,9 +448,9 @@ class WP_Widget_Text extends WP_Widget {
|
||||
<div class="wp-pointer-content">
|
||||
<h3><?php _e( 'New Custom HTML Widget' ); ?></h3>
|
||||
<?php if ( is_customize_preview() ) : ?>
|
||||
<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>
|
||||
<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>
|
||||
<?php else : ?>
|
||||
<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>
|
||||
<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>
|
||||
<?php endif; ?>
|
||||
<div class="wp-pointer-buttons">
|
||||
<a class="close" href="#"><?php _e( 'Dismiss' ); ?></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user