Changeset 54891 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r54473 r54891 94 94 95 95 $auto_update = false; 96 $upgrader = new WP_Automatic_Updater ;96 $upgrader = new WP_Automatic_Updater(); 97 97 foreach ( $updates->updates as $update ) { 98 98 if ( 'autoupdate' !== $update->response ) { … … 236 236 $cur = get_preferred_from_update_core(); 237 237 if ( ! is_object( $cur ) ) { 238 $cur = new stdClass ;238 $cur = new stdClass(); 239 239 } 240 240
Note: See TracChangeset
for help on using the changeset viewer.