Make WordPress Core

Changeset 25755


Ignore:
Timestamp:
10/10/2013 02:45:55 PM (12 years ago)
Author:
nacin
Message:

Auto updates: For follow-up API call when an update fails, send back the version attempted. see #22704.

File:
1 edited

Legend:

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

    r25752 r25755  
    17411741            $extra_update_stats['fs_method'] = $GLOBALS['wp_filesystem']->method;
    17421742            $extra_update_stats['time_taken'] = ( time() - $start_time );
     1743            $extra_update_stats['attempted'] = $core_update->version;
    17431744        }
    17441745
Note: See TracChangeset for help on using the changeset viewer.