From 629dcd18613dc5f6053083df7bfd55a1c5195ead Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Wed, 20 Jan 2010 18:25:08 +0000 Subject: [PATCH] set default empty message, See #11644 git-svn-id: http://svn.automattic.com/wordpress/trunk@12775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index 745f0eea1..aedd5d3a1 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -622,6 +622,7 @@ function populate_roles_300() { function populate_network( $network_id = 1, $domain = '', $email = '', $site_name = '', $path = '/', $vhost = 'no' ) { global $wpdb, $current_site, $wp_version, $wp_db_version, $wp_rewrite; + $msg = ''; //@todo: turn these checks into returned messages if ( $domain == '' ) die( 'You must provide a domain name!' );