Opened 13 years ago
Closed 13 years ago
#23522 closed enhancement (wontfix)
Twenty Thirteen: Highlight post author comments
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | normal | Version: | 3.6 |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Previous bundled themes highlight comments by the current post author. Twenty Thirteen should do the same.
Attachments (2)
Change History (11)
#2
@
13 years ago
- Milestone changed from Awaiting Review to 3.6
Do you mean "Highlight post author comments *better*"? They are already styled with a star in front of the username: http://cl.ly/image/1B0h3L161b1k
#3
@
13 years ago
Okay yeah I do mean that. I hadn't even spotted the star. I personally like the "Post author" message that Twenty Twelve adds.
#4
@
13 years ago
- Keywords has-patch ui-feedback needs-testing added
- Type changed from feature request to enhancement
Added a patch with added text label; patch includes styles from @joen.
#5
@
13 years ago
Would it make sense to use get_post() instead of the global (for consistency with [21735])?
#6
@
13 years ago
I am not a huge fan of 23522.patch because it makes it more difficult to adopt the standard wp_list_comments() comment callback.
Yes, get_post() makes more sense, but since $comment is actually passed to the callback, I'd avoid using any global state if possible.
#7
@
13 years ago
- Keywords ui-feedback needs-testing removed
- Priority changed from normal to low
I agree with Nacin -- we should favor core HTML5 output over custom theme-specific output.
If we can get #20088 into 3.6 we can close this ticket "wontfix".
Screenshot of Twenty Twelve