Make WordPress Core


Ignore:
Timestamp:
04/19/2009 07:36:28 PM (15 years ago)
Author:
ryan
Message:

consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875

File:
1 edited

Legend:

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

    r10850 r11005  
    599599    $wp_filesystem = new $method($args);
    600600
    601     if ( $wp_filesystem->errors->get_error_code() )
     601    if ( is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code() )
    602602        return false;
    603603
Note: See TracChangeset for help on using the changeset viewer.