diff --git a/wp-admin/includes/class-custom-image-header.php b/wp-admin/includes/class-custom-image-header.php index bc7c2322e4..582afd3cfd 100644 --- a/wp-admin/includes/class-custom-image-header.php +++ b/wp-admin/includes/class-custom-image-header.php @@ -703,7 +703,7 @@ class Custom_Image_Header { -

+

diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index ddbc4ea1f3..47458553d7 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -539,7 +539,7 @@ function default_password_nag() {

- +

_x( 'About', 'Theme starter content' ), 'post_content' => sprintf( "\n

%s

\n", - _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( diff --git a/wp-includes/version.php b/wp-includes/version.php index d6844a2deb..ce3ae21bf5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.