Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34525, comment 1


Ignore:
Timestamp:
10/31/2015 03:03:55 PM (9 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34525, comment 1

    initial v1  
    3232
    3333for ( $i = 0; $i < $iterations; $i++ ) {
    34         ob_start();
    3534        $list = array_map( 'absint', array_unique( $ids ) );
    3635//      $list = wp_parse_id_list( $ids );
    37         ob_get_clean();
    3836}
    3937