Changeset 25649 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 09/30/2013 12:20:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r25566 r25649 137 137 // Cache the checksums for later 138 138 foreach ( $version as $v ) { 139 if ( ! isset( $body['checksums'][ $v ] ) ) 140 $body['checksums'][ $v ] = false; 139 141 set_site_transient( "core_checksums_$v", $body['checksums'][ $v ], HOUR_IN_SECONDS ); 140 142 $return[ $v ] = $body['checksums'][ $v ];
Note: See TracChangeset
for help on using the changeset viewer.