summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-edit.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 14:39:52 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 14:39:52 +0000
commit967ed843087b9a1058fba902eefa4e407035afb2 (patch)
treea657b676e1e8ff0711c3bfab660ba8d7f55ed156 /wp-admin/wpmu-edit.php
parent9aaa0d2f1d906090ae3a1f5aaa9a1a08ee3f2fac (diff)
Added "_"
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@678 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-edit.php')
-rw-r--r--wp-admin/wpmu-edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-edit.php b/wp-admin/wpmu-edit.php
index d822bfa..42a4408 100644
--- a/wp-admin/wpmu-edit.php
+++ b/wp-admin/wpmu-edit.php
@@ -116,7 +116,7 @@ switch( $_GET[ 'action' ] ) {
$blog_id = wpmu_create_blog($newdomain, $path, wp_specialchars( $blog['title'] ), $user_id ,'', $current_site->id);
$wpdb->show_errors();
if( !is_wp_error($blog_id) ) {
- @wp_mail( get_settings('admin_email'), sprintf(__('[%s] New Blog Created'), $current_site->sitename), "New blog created by {$current_user->user_login}\n\nAddress: http://{$newdomain}{$path}\nName: ".wp_specialchars( $blog['title'] ) );
+ @wp_mail( get_settings('admin_email'), sprintf(__('[%s] New Blog Created'), $current_site->site_name), "New blog created by {$current_user->user_login}\n\nAddress: http://{$newdomain}{$path}\nName: ".wp_specialchars( $blog['title'] ) );
wpmu_admin_do_redirect("wpmu-blogs.php");
} else {
die( $blog_id->get_error_message() );