﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18447,Include the comment type when showing the comment table list in wp-admin,josephscott,westi,"For Javascript that would like to enhance the comment table list in wp-admin ( wp-admin/edit-comments.php ) it would be really handy to have the comment type included in the HTML.  This would allow Javascript to apply the changes to specific comment types easily.

I'm including a patch that does this by adding an attribute to the TR : data-commenttype.  TR entries would look like:

{{{
<tr id='comment-191' class='unapproved' data-commenttype='pingback'>
<tr id='comment-190' class='approved' data-commenttype='comment'>
}}}

and so on.

I choose data-commenttype as the name to avoid the confusing rewrite situation that happens with data-* attributes.  The other style that would have been safe would be data-comment_type, but I think that would be even more confusing.",enhancement,closed,normal,3.3,Administration,3.2.1,normal,fixed,westi-likes has-patch,
