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/file.php

    r7126 r7130  
    208208    $snoopy = new Snoopy();
    209209    $snoopy->fetch($url);
    210    
     210
    211211    fwrite($handle, $snoopy->results);
    212212    fclose($handle);
     
    220220    if ( ! $wp_filesystem || !is_object($wp_filesystem) )
    221221        return new WP_Error('fs_unavailable', __('Could not access filesystem.'));
    222            
     222
    223223    $fs =& $wp_filesystem;
    224224
Note: See TracChangeset for help on using the changeset viewer.