Make WordPress Core

Ticket #60187: update-core.php.diff

File update-core.php.diff, 519 bytes (added by dartiss, 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 ) { 
    10931093         */
    10941094        apply_filters( 'update_feedback', __( 'Verifying the unpacked files…' ) );
    10951095
    1096         // Sanity check the unzipped distribution.
     1096        // Confidence check the unzipped distribution.
    10971097        $distro = '';
    10981098        $roots  = array( '/wordpress/', '/wordpress-mu/' );
    10991099