From 878c428f12e98f1f990157458676acb478eee4df Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 21 Apr 2012 06:40:31 +0000 Subject: [PATCH] Combine two strings. props jiehanzheng. fixes #20500. git-svn-id: https://develop.svn.wordpress.org/trunk@20556 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-signup.php b/wp-signup.php index 0df15ea05a..2cd93c8210 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -289,7 +289,7 @@ function confirm_user_signup($user_name, $user_email) { ?>

you must activate it.' ) ?>

-

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

+

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