Changeset 25915
- Timestamp:
- 10/25/2013 08:14:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25897 r25915 751 751 $skip = array( 'wp-content' ); 752 752 $failed = array(); 753 if ( is _array( $checksums ) ) {753 if ( isset( $checksums ) && is_array( $checksums ) ) { 754 754 foreach ( $checksums as $file => $checksum ) { 755 755 if ( 0 === strpos( $file, 'wp-content' ) )
Note: See TracChangeset
for help on using the changeset viewer.