summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-25 16:02:10 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-25 16:02:10 +0000
commitea1337bf13605bceb4f957a3ac0f67b855eaec92 (patch)
treebc64194cff4ed00c1cc94237d1a5e8c0023f343f /wp-includes
parentaf5e4b4ee046ced155ed3c6aa651d5fe02ad4af1 (diff)
downloadwordpress-mu-ea1337bf13605bceb4f957a3ac0f67b855eaec92.tar.gz
wordpress-mu-ea1337bf13605bceb4f957a3ac0f67b855eaec92.tar.xz
wordpress-mu-ea1337bf13605bceb4f957a3ac0f67b855eaec92.zip
Missing )
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1444 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/wpmu-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php
index d416d79..933bc39 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -1962,7 +1962,7 @@ function add_existing_user_to_blog() {
add_user_to_blog( '', $details[ 'user_id' ], $details[ 'role' ] );
delete_option( 'new_user_' . $key );
do_action( "added_existing_user", $details[ 'user_id' ] );
- wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) );
+ wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) ) );
}
}
}