Changeset 27906
- Timestamp:
- 04/02/2014 01:12:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r27905 r27906 258 258 ); 259 259 260 if ( $ plugin_update_stats ) {260 if ( $extra_stats ) { 261 261 $options['body']['update_stats'] = json_encode( $extra_stats ); 262 262 } … … 402 402 ); 403 403 404 if ( $ theme_update_stats ) {404 if ( $extra_stats ) { 405 405 $options['body']['update_stats'] = json_encode( $extra_stats ); 406 406 }
Note: See TracChangeset
for help on using the changeset viewer.