Changeset 52610 for trunk/src/wp-includes/update.php
- Timestamp:
- 01/20/2022 11:51:22 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r52351 r52610 569 569 $request = array(); 570 570 571 // Put slug of currenttheme into request.571 // Put slug of active theme into request. 572 572 $request['active'] = get_option( 'stylesheet' ); 573 573
Note: See TracChangeset
for help on using the changeset viewer.