From d9faf17705ced2f15fb9307d829c87ee0b749fe4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 9 Jun 2023 15:08:24 +0000 Subject: [PATCH] Login and Registration: Grammar improvement on Sign-up user-facing strings. Props NekoJonez, audrasjb. Fixes #58115. Built from https://develop.svn.wordpress.org/trunk@55902 git-svn-id: http://core.svn.wordpress.org/trunk@55414 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-signup.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index de0426862d..606e9413ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55901'; +$wp_version = '6.3-alpha-55902'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-signup.php b/wp-signup.php index 9782dad499..19cf50552f 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -704,8 +704,8 @@ function confirm_user_signup( $user_name, $user_email ) {

you must activate it.' ); ?>

' . $user_email . '' ); + /* translators: %s: The user email address. */ + printf( __( 'Check your inbox at %s and click on the given link.' ), '' . $user_email . '' ); ?>

@@ -862,8 +862,8 @@ function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $use

you must activate it.' ); ?>

' . $user_email . '' ); + /* translators: %s: The user email address. */ + printf( __( 'Check your inbox at %s and click on the given link.' ), '' . $user_email . '' ); ?>