Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#23522 closed enhancement (wontfix)

Twenty Thirteen: Highlight post author comments

Reported by: johnbillion's profile johnbillion 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)

author_comment.png (3.9 KB) - added by johnbillion 13 years ago.
Screenshot of Twenty Twelve
23522.patch (1.4 KB) - added by lancewillett 13 years ago.
Possible author text label

Download all attachments as: .zip

Change History (11)

@johnbillion
13 years ago

Screenshot of Twenty Twelve

#1 @johnbillion
13 years ago

Note that highlighting of post author comments is currently broken in trunk due to r23353. See #22324.

#2 @lancewillett
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 @johnbillion
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.

@lancewillett
13 years ago

Possible author text label

#4 @lancewillett
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 @SergeyBiryukov
13 years ago

Would it make sense to use get_post() instead of the global (for consistency with [21735])?

#6 @nacin
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 @lancewillett
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".

#8 @lancewillett
13 years ago

  • Milestone 3.6 deleted

I looped back with Joen, and he was clear that just the star was the intention of the design to indicate the post author.

#9 @lancewillett
13 years ago

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.