Changeset 47808 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r47219 r47808 96 96 $upgrader = new WP_Automatic_Updater; 97 97 foreach ( $updates->updates as $update ) { 98 if ( 'autoupdate' != $update->response ) {98 if ( 'autoupdate' !== $update->response ) { 99 99 continue; 100 100 } … … 286 286 global $pagenow; 287 287 288 if ( 'update-core.php' == $pagenow ) {288 if ( 'update-core.php' === $pagenow ) { 289 289 return; 290 290 }
Note: See TracChangeset
for help on using the changeset viewer.