Make WordPress Core

Changeset 25787


Ignore:
Timestamp:
10/15/2013 02:54:29 PM (10 years ago)
Author:
dd32
Message:

Fix a misspelling of the filter we're checking for, s/fs_method/filesystem_method/.
My bad. See #22704, [25781].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r25782 r25787  
    17601760            }
    17611761            $extra_update_stats['fs_method'] = $GLOBALS['wp_filesystem']->method;
    1762             $extra_update_stats['fs_method_forced'] = defined( 'FS_METHOD' ) || has_filter( 'fs_method' );
     1762            $extra_update_stats['fs_method_forced'] = defined( 'FS_METHOD' ) || has_filter( 'filesystem_method' );
    17631763            $extra_update_stats['time_taken'] = ( time() - $start_time );
    17641764            $extra_update_stats['attempted'] = $core_update->version;
Note: See TracChangeset for help on using the changeset viewer.