mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Administration: Replace contracted verb forms for better consistency.
Previously: [52979], [52978]. Props sabernhardt. See #30796. Built from https://develop.svn.wordpress.org/trunk@55977 git-svn-id: http://core.svn.wordpress.org/trunk@55489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
98ec0401b6
commit
017d2df5d0
@ -703,7 +703,7 @@ class Custom_Image_Header {
|
||||
<th scope="row"><?php _e( 'Default Images' ); ?></th>
|
||||
<td>
|
||||
<?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
|
||||
<p><?php _e( 'If you don‘t want to upload your own image, you can use one of these cool headers, or show a random one.' ); ?></p>
|
||||
<p><?php _e( 'If you do not want to upload your own image, you can use one of these cool headers, or show a random one.' ); ?></p>
|
||||
<?php else : ?>
|
||||
<p><?php _e( 'You can use one of these cool headers or show a random one on each page.' ); ?></p>
|
||||
<?php endif; ?>
|
||||
|
@ -539,7 +539,7 @@ function default_password_nag() {
|
||||
<div class="error default-password-nag">
|
||||
<p>
|
||||
<strong><?php _e( 'Notice:' ); ?></strong>
|
||||
<?php _e( 'You’re using the auto-generated password for your account. Would you like to change it?' ); ?>
|
||||
<?php _e( 'You are using the auto-generated password for your account. Would you like to change it?' ); ?>
|
||||
</p>
|
||||
<p>
|
||||
<?php
|
||||
|
@ -2378,7 +2378,7 @@ function get_theme_starter_content() {
|
||||
'post_title' => _x( 'About', 'Theme starter content' ),
|
||||
'post_content' => sprintf(
|
||||
"<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->",
|
||||
_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'Theme starter content' )
|
||||
_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you are a business with a mission to describe.', 'Theme starter content' )
|
||||
),
|
||||
),
|
||||
'contact' => array(
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55976';
|
||||
$wp_version = '6.3-alpha-55977';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user