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 . '' ); ?>