Ticket #20281: 20281.diff
| File 20281.diff, 525 bytes (added by , 14 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
136 136 } 137 137 138 138 function get_views() { 139 global $post_id, $comment_status ;139 global $post_id, $comment_status, $comment_type; 140 140 141 141 $status_links = array(); 142 142 $num_comments = ( $post_id ) ? wp_count_comments( $post_id ) : wp_count_comments();