Changeset 25649 for trunk/src/wp-includes/update.php
- Timestamp:
- 09/30/2013 12:20:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r25634 r25649 106 106 if ( 'packages' == $offer_key ) 107 107 $offer['packages'] = (object) array_intersect_key( array_map( 'esc_url', $offer['packages'] ), 108 array_fill_keys( array( 'full', 'no_content', 'new_bundled', 'partial' ), '' ) );108 array_fill_keys( array( 'full', 'no_content', 'new_bundled', 'partial', 'rollback' ), '' ) ); 109 109 elseif ( 'download' == $offer_key ) 110 110 $offer['download'] = esc_url( $value );
Note: See TracChangeset
for help on using the changeset viewer.