id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 25814,Not enough params for get_comment_class in WP_Comments_List_Table->display(),drozdz,SergeyBiryukov,"On line 314 you can find: {{{ function single_row( $a_comment ) { global $post, $comment; $comment = $a_comment; $the_comment_class = join( ' ', get_comment_class( wp_get_comment_status( $comment->comment_ID ) ) ); $post = get_post( $comment->comment_post_ID ); $this->user_can = current_user_can( 'edit_comment', $comment->comment_ID ); echo """"; $this->single_row_columns( $comment ); echo ""\n""; } }}} It would be much easier to work with it, if get_comment_class would get all params (including comment_ID and post_ID).",enhancement,closed,normal,3.8,Administration,3.3,normal,fixed,has-patch,,