Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10050 r10150  
    293293
    294294    $r = $current->response[ $theme ];
    295    
     295
    296296    $themes = get_themes();
    297297    foreach ( (array) $themes as $this_theme ) {
     
    458458    // Once extracted, delete the package
    459459    unlink($download_file);
    460    
     460
    461461    if ( is_wp_error($result) ) {
    462462        $wp_filesystem->delete($working_dir, true);
    463463        return $result;
    464464    }
    465    
     465
    466466    // Copy update-core.php from the new version into place.
    467467    if ( !$wp_filesystem->copy($working_dir . '/wordpress/wp-admin/includes/update-core.php', $wp_dir . 'wp-admin/includes/update-core.php', true) ) {
Note: See TracChangeset for help on using the changeset viewer.