Changeset 49764 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 12/07/2020 03:57:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r49752 r49764 2289 2289 2290 2290 if ( ! empty( $results ) ) { 2291 update_site_option( WP_Application_Passwords::OPTION_KEY_IN_USE, 1 ); 2291 $network_id = get_main_network_id(); 2292 update_network_option( $network_id, WP_Application_Passwords::OPTION_KEY_IN_USE, 1 ); 2292 2293 } 2293 2294 }
Note: See TracChangeset
for help on using the changeset viewer.