Changeset 48702
- Timestamp:
- 07/31/2020 05:03:24 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/class-wp-automatic-updater.php
r48589 r48702 169 169 } else { 170 170 $update = ! empty( $item->autoupdate ); 171 } 172 173 // If the `disable_autoupdate` flag is set, override any user-choice, but allow filters. 174 if ( ! empty( $item->disable_autoupdate ) ) { 175 $update = $item->disable_autoupdate; 171 176 } 172 177
Note: See TracChangeset
for help on using the changeset viewer.