From 1389f731b7ab63e618f38dc07496780c13d6f6a7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 30 Oct 2015 08:52:25 +0000 Subject: [PATCH] Don't use `` in translatable strings in `wp-signup.php`. Add translator commments. Props ramiy. Fixes #34502. Built from https://develop.svn.wordpress.org/trunk@35451 git-svn-id: http://core.svn.wordpress.org/trunk@35415 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-signup.php | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c38933a0d2..f91f1004e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35450'; +$wp_version = '4.4-beta2-35451'; /** * 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 22c2e7c411..6852bb88cb 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -581,9 +581,11 @@ function validate_user_signup() { */ function confirm_user_signup($user_name, $user_email) { ?> -

+

you must activate it.' ) ?>

-

%s and click the link given.' ), $user_email ); ?>

+

' . $user_email . '' ); ?>

-

{$blog_title}" ) ?>

+

{$blog_title}" ) ?>

you must activate it.' ) ?>

-

%s and click the link given.' ), $user_email) ?>

+

' . $user_email . '' ); ?>