mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Fix notice in populate_network(). See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
020fde42ee
commit
eb20a00c80
@ -718,7 +718,7 @@ Thanks!
|
||||
$wpdb->query( "INSERT INTO $wpdb->sitemeta ( site_id, meta_key, meta_value ) VALUES " . $insert );
|
||||
|
||||
$current_site->domain = $domain;
|
||||
$current_site->path = $base;
|
||||
$current_site->path = $path;
|
||||
$current_site->site_name = ucfirst( $domain );
|
||||
|
||||
if ( !is_multisite() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user