Changeset 14895 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 05/25/2010 05:46:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r14652 r14895 220 220 if ( !isset( $num_comments->$status ) ) 221 221 $num_comments->$status = 10; 222 if ( empty( $num_comments->$status ) )223 continue;224 222 $link = add_query_arg( 'comment_status', $status, $link ); 225 223 if ( $post_id )
Note: See TracChangeset
for help on using the changeset viewer.