Changeset 2530 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/wp-plugins.php
- Timestamp:
- 02/18/2016 11:13:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/wp-plugins.php
r2439 r2530 254 254 $data = []; 255 255 foreach ( $days as $day ) { 256 $data[ $day ] = array ( 'current' => 0, 'waiting' => 0, 'rejected' =>0 );256 $data[ $day ] = array_fill_keys( $status, 0 ); 257 257 foreach ( $counts as $count ) { 258 258 if ( $count->day !== $day || ! in_array( $count->status, $status ) ) {
Note: See TracChangeset
for help on using the changeset viewer.