Changes between Initial Version and Version 1 of Ticket #34525, comment 1
- Timestamp:
- 10/31/2015 03:03:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34525, comment 1
initial v1 32 32 33 33 for ( $i = 0; $i < $iterations; $i++ ) { 34 ob_start();35 34 $list = array_map( 'absint', array_unique( $ids ) ); 36 35 // $list = wp_parse_id_list( $ids ); 37 ob_get_clean();38 36 } 39 37