From 017d2df5d0644dde9221851619ca0284e9e0e268 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 22 Jun 2023 05:25:29 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-custom-image-header.php | 2 +- wp-admin/includes/user.php | 2 +- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.