Changeset 6634
- Timestamp:
- 02/14/2018 01:41:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-display.php
r6521 r6634 206 206 $output = ''; 207 207 $query_args = array( 208 'posts_per_page' => 10,208 'posts_per_page' => 25, 209 209 'post_type' => 'result', 210 210 'post_parent' => 0, … … 234 234 if ( ! empty( $all_time_reporters ) ) { 235 235 $all_time_reporters = array_map( 'intval', $all_time_reporters ); 236 $output .= '<h4>Registered, but no reports in > 10Revisions</h4>' . PHP_EOL;236 $output .= '<h4>Registered, but no reports in >25 Revisions</h4>' . PHP_EOL; 237 237 $users = get_users( 238 238 array(
Note: See TracChangeset
for help on using the changeset viewer.