Changeset 25916
- Timestamp:
- 10/25/2013 08:16:38 PM (11 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25915
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/update-core.php
r25898 r25916 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.