Text Changes: Remove capitalization on "site editing".
Follow-up to [54786]. Props ocean90. See #57026. Built from https://develop.svn.wordpress.org/trunk@54787 git-svn-id: http://core.svn.wordpress.org/trunk@54339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b63b1a86ee
commit
ef48ee8739
|
@ -1287,7 +1287,7 @@ function wp_default_scripts( $scripts ) {
|
|||
'invalidValue' => __( 'Invalid value.' ),
|
||||
'blockThemeNotification' => sprintf(
|
||||
/* translators: 1: Link to Site Editor documentation on HelpHub, 2: HTML button. */
|
||||
__( 'Hurray! Your theme supports Site Editing with blocks. <a href="%1$s">Tell me more</a>. %2$s' ),
|
||||
__( 'Hurray! Your theme supports site editing with blocks. <a href="%1$s">Tell me more</a>. %2$s' ),
|
||||
__( 'https://wordpress.org/support/article/site-editor/' ),
|
||||
sprintf(
|
||||
'<button type="button" data-action="%1$s" class="button switch-to-editor">%2$s</button>',
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54786';
|
||||
$wp_version = '6.2-alpha-54787';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue