Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

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

    r7126 r7130  
    138138        return new WP_Error('fs_unavailable', __('Could not access filesystem.'));
    139139
    140     if ( $wp_filesystem->errors->get_error_code() ) 
     140    if ( $wp_filesystem->errors->get_error_code() )
    141141        return new WP_Error('fs_error', __('Filesystem error'), $wp_filesystem->errors);
    142142
     
    173173    // Once installed, delete the package
    174174    unlink($file);
    175    
     175
    176176    // Remove the existing plugin.
    177177    apply_filters('update_feedback', __("Removing the old version of the plugin"));
Note: See TracChangeset for help on using the changeset viewer.