- Timestamp:
- 03/09/2015 02:10:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r31513 r31681 362 362 $comment = $a_comment; 363 363 $the_comment_class = wp_get_comment_status( $comment->comment_ID ); 364 if ( ! $the_comment_class ) { 365 $the_comment_class = ''; 366 } 364 367 $the_comment_class = join( ' ', get_comment_class( $the_comment_class, $comment->comment_ID, $comment->comment_post_ID ) ); 365 368
Note: See TracChangeset
for help on using the changeset viewer.