Changeset 58285
- Timestamp:
- 06/02/2024 09:33:54 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r58139 r58285 234 234 // If the `disable_autoupdate` flag is set, override any user-choice, but allow filters. 235 235 if ( ! empty( $item->disable_autoupdate ) ) { 236 $update = $item->disable_autoupdate;236 $update = false; 237 237 } 238 238
Note: See TracChangeset
for help on using the changeset viewer.