mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Remove fat finger typo. see #13088
git-svn-id: http://svn.automattic.com/wordpress/trunk@14194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9f33300139
commit
070f285e4d
@ -1110,7 +1110,7 @@ function upgrade_300() {
|
|||||||
|
|
||||||
if ( $wp_current_db_version < 14139 ) {
|
if ( $wp_current_db_version < 14139 ) {
|
||||||
populate_roles_300();
|
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', '' );
|
add_site_option( 'siteurl', '' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user