Make WordPress Core

Changeset 27337


Ignore:
Timestamp:
03/01/2014 06:01:28 AM (11 years ago)
Author:
dd32
Message:

Upgrader: Remove two stray spaces. See #25860

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r27336 r27337  
    717717    $versions_file = trailingslashit( $wp_filesystem->wp_content_dir() ) . 'upgrade/version-current.php';
    718718    if ( ! $wp_filesystem->copy( $from . $distro . 'wp-includes/version.php', $versions_file ) ) {
    719          $wp_filesystem->delete( $from, true );
    720          return new WP_Error( 'copy_failed_for_version_file', __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' ), 'wp-includes/version.php' );
     719        $wp_filesystem->delete( $from, true );
     720        return new WP_Error( 'copy_failed_for_version_file', __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' ), 'wp-includes/version.php' );
    721721    }
    722722
Note: See TracChangeset for help on using the changeset viewer.