#15206 closed defect (bug) (fixed)
Add class to 'comment awaiting moderation' element
| Reported by: | nacin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch dev-reviewed |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks good to me.