Ticket #17352: 17352.diff
| File 17352.diff, 719 bytes (added by , 15 years ago) |
|---|
-
wp-admin/admin-ajax.php
609 609 if ( !$wp_list_table->has_items() ) 610 610 die('1'); 611 611 612 $comment_list_item = '';613 612 $x = new WP_Ajax_Response(); 613 ob_start(); 614 614 foreach ( $wp_list_table->items as $comment ) { 615 615 get_comment( $comment ); 616 ob_start(); 617 $wp_list_table->single_row( $comment ); 618 $comment_list_item .= ob_get_contents(); 619 ob_end_clean(); 616 $wp_list_table->single_row( $comment ); 620 617 } 618 $comment_list_item = ob_get_contents(); 619 ob_end_clean(); 620 621 621 $x->add( array( 622 622 'what' => 'comments', 623 623 'data' => $comment_list_item
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)