Changeset 48869 for branches/5.5/src/wp-admin/includes/upgrade.php
- Timestamp:
- 08/26/2020 05:05:54 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/upgrade.php
r48752 r48869 2568 2568 $option = $wpdb->get_var( $wpdb->prepare( "SELECT option_value FROM $wpdb->options WHERE option_name = %s", $setting ) ); 2569 2569 2570 if ( 'home' === $setting && '' ===$option ) {2570 if ( 'home' === $setting && ! $option ) { 2571 2571 return __get_option( 'siteurl' ); 2572 2572 }
Note: See TracChangeset
for help on using the changeset viewer.