Ticket #60187: update-core.php.diff
File update-core.php.diff, 519 bytes (added by , 17 months ago) |
---|
-
wp-admin/includes/update-core.php
diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index ee710d3df36d..0c66ad3ee9db 100644
a b function update_core( $from, $to ) { 1093 1093 */ 1094 1094 apply_filters( 'update_feedback', __( 'Verifying the unpacked files…' ) ); 1095 1095 1096 // Sanitycheck the unzipped distribution.1096 // Confidence check the unzipped distribution. 1097 1097 $distro = ''; 1098 1098 $roots = array( '/wordpress/', '/wordpress-mu/' ); 1099 1099