#15206 closed defect (bug) (fixed)
Add class to 'comment awaiting moderation' element
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch dev-reviewed |
| Cc: | sbressler@… |
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)
Change History (7)
comment:4
iandstewart — 3 years ago
Adding a class makes the most sense to me. Looks good.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Looks good to me.