- Timestamp:
- 11/04/2013 10:59:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r25526 r26001 312 312 313 313 $comment = $a_comment; 314 $the_comment_class = join( ' ', get_comment_class( wp_get_comment_status( $comment->comment_ID ) ) ); 314 $the_comment_class = wp_get_comment_status( $comment->comment_ID ); 315 $the_comment_class = join( ' ', get_comment_class( $the_comment_class, $comment->comment_ID, $comment->comment_post_ID ) ); 315 316 316 317 $post = get_post( $comment->comment_post_ID );
Note: See TracChangeset
for help on using the changeset viewer.