From 668849b3880108516553ee18fd2f53a823c7e4c3 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 29 Jul 2011 21:34:43 +0000 Subject: [PATCH] s/login/log in/. Props johnbillion. fixes #18294 git-svn-id: https://develop.svn.wordpress.org/trunk@18486 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 6c1f80a184..2e05c48168 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1826,7 +1826,7 @@ function maybe_add_existing_user_to_blog() { if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) wp_die( sprintf(__('An error occurred adding you to this site. Back to the homepage.'), site_url() ) ); - wp_die( sprintf(__('You have been added to this site. Please visit the homepage or login using your username and password.'), site_url(), admin_url() ), __('Success') ); + wp_die( sprintf(__('You have been added to this site. Please visit the homepage or log in using your username and password.'), site_url(), admin_url() ), __('Success') ); } /**