Make WordPress Core

Changeset 27906


Ignore:
Timestamp:
04/02/2014 01:12:28 PM (10 years ago)
Author:
dd32
Message:

Background Updates: Fix two variable typos in r27905

File:
1 edited

Legend:

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

    r27905 r27906  
    258258    );
    259259
    260     if ( $plugin_update_stats ) {
     260    if ( $extra_stats ) {
    261261        $options['body']['update_stats'] = json_encode( $extra_stats );
    262262    }
     
    402402    );
    403403
    404     if ( $theme_update_stats ) {
     404    if ( $extra_stats ) {
    405405        $options['body']['update_stats'] = json_encode( $extra_stats );
    406406    }
Note: See TracChangeset for help on using the changeset viewer.