Ticket #25689: 25689.diff
File 25689.diff, 588 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/update-core.php
750 750 // Check to make sure everything copied correctly, ignoring the contents of wp-content 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' ) ) 756 756 continue;