Changeset 38411 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 08/27/2016 10:31:11 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r38402 r38411 74 74 if ( ! $updates || empty( $updates->updates ) ) 75 75 return false; 76 77 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );78 76 79 77 $auto_update = false;
Note: See TracChangeset
for help on using the changeset viewer.