Improvements to queries in populate_network(), also gettext, props nacin, see #11816

git-svn-id: https://develop.svn.wordpress.org/trunk@12880 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick
2010-01-27 19:13:00 +00:00
parent 78f16856c6
commit 4bcd7b3afd
3 changed files with 67 additions and 38 deletions
+3 -4
View File
@@ -1466,7 +1466,7 @@ function wpmu_welcome_notification($blog_id, $user_id, $password, $title, $meta
$welcome_email = stripslashes( get_site_option( 'welcome_email' ) );
if ( $welcome_email == false )
$welcome_email = stripslashes( __( "Dear User,
$welcome_email = stripslashes( __( 'Dear User,
Your new SITE_NAME blog has been successfully set up at:
BLOG_URL
@@ -1476,11 +1476,10 @@ Username: USERNAME
Password: PASSWORD
Login Here: BLOG_URLwp-login.php
We hope you enjoy your new weblog.
We hope you enjoy your new blog.
Thanks!
--The WordPress Team
SITE_NAME" ) );
--The Team @ SITE_NAME' ) );
$url = get_blogaddress_by_id($blog_id);
$user = new WP_User($user_id);