summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
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 3bb675d..251662a 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -728,7 +728,7 @@ function create_empty_blog( $domain, $path, $weblog_title, $site_id = 1 ) {
install_blog($blog_id);
restore_current_blog();
- return true;
+ return $blog_id;
}
function get_blog_permalink( $blog_id, $post_id ) {