#15206 closed defect (bug) (fixed)
Add class to 'comment awaiting moderation' element
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch dev-reviewed |
Focuses: | Cc: |
Description
On my site, I needed to override twentyten_comment() just so I could effectively target the <em> element that contains "Your comment is awaiting moderation."
This is derived directly from Walker_Comment.
I wished we could wrap that in a <div> without screwing up a lot of styling, given that it is generally styled as a de-facto block-level element -- indeed, it is followed immediately by an unsemantic <br/> -- but maybe we can just add a class to it?
Patch attached that handles both Walker_Comment and twentyten_comment.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Looks good to me.