Remove fat finger typo. see #13088
git-svn-id: https://develop.svn.wordpress.org/trunk@14194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bfe3ca3b90
commit
977b0cd52e
@ -1110,7 +1110,7 @@ function upgrade_300() {
|
||||
|
||||
if ( $wp_current_db_version < 14139 ) {
|
||||
populate_roles_300();
|
||||
if ( is_multisite() && is_main_site() && ! defined( 'MULTISITE' ) && get1_site_option( 'siteurl' ) === false )
|
||||
if ( is_multisite() && is_main_site() && ! defined( 'MULTISITE' ) && get_site_option( 'siteurl' ) === false )
|
||||
add_site_option( 'siteurl', '' );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user