Changeset 25835 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 10/17/2013 11:20:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r25823 r25835 78 78 79 79 $auto_update = false; 80 $upgrader = new WP_Automatic_Up grader;80 $upgrader = new WP_Automatic_Updater; 81 81 foreach ( $updates->updates as $update ) { 82 82 if ( 'autoupdate' != $update->response ) 83 83 continue; 84 84 85 if ( ! $upgrader->should_up grade( 'core', $update, ABSPATH ) )85 if ( ! $upgrader->should_update( 'core', $update, ABSPATH ) ) 86 86 continue; 87 87
Note: See TracChangeset
for help on using the changeset viewer.