Changeset 49765 for branches/5.6/src/wp-admin/includes/upgrade.php
- Timestamp:
- 12/07/2020 07:59:15 PM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/includes/upgrade.php
r49754 r49765 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.