Opened 12 years ago
Closed 12 years ago
#22005 closed enhancement (fixed)
Twenty Thirteen: remove custom comment callback in favor of core `comment_form()` defaults
Reported by: | lancewillett | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Related to improvements to core comment form markup, see #20088.
Notes:
- We might need to remove the Post Author span element from the output, and use CSS instead to denote the post author's comments (background color, border, etc)
- Twenty Twelve should be styled to work well with 3.4 comment form output (not just with the new #20088 output)
- Use
comment_form()
arguments so that plugins and child themes can override anything
Attachments (2)
Change History (17)
#3
in reply to:
↑ description
;
follow-up:
↓ 4
@
12 years ago
Replying to lancewillett:
- We might need to remove the Post Author span element from the output, and use CSS instead to denote the post author's comments (background color, border, etc)
I think we might be able to just append it to the get_comment_author_link()
output.
- Twenty Twelve should be styled to work well with 3.4 comment form output (not just with the new #20088 output)
- Use
comment_form()
arguments so that plugins and child themes can override anything
How is twentytwelve_comment()
related to comment_form()
? Did you mean wp_list_comments()
?
#4
in reply to:
↑ 3
@
12 years ago
Replying to obenland:
- Use
comment_form()
arguments so that plugins and child themes can override anythingHow is
twentytwelve_comment()
related tocomment_form()
? Did you meanwp_list_comments()
?
Yep, my mistake.
#5
@
12 years ago
22005.first-pass.diff makes comment styling work with default 3.4 wp_list_comments()
output. Actual call would be wp_list_comments( array( 'avatar_size' => 44 ) );
#8
@
12 years ago
- Milestone 3.5 deleted
- Resolution set to wontfix
- Status changed from new to closed
I agree with bpetty, this is too dependent on #20088 and not doable for 3.5 after all. Let's shoot for Twenty Thirteen not having a custom comment list function at all, out of the gate.
#9
@
12 years ago
- Cc bpetty added
- Milestone set to 3.6
- Resolution wontfix deleted
- Status changed from closed to reopened
Well, it looks like Twenty Thirteen didn't make it out of the gate without it's own custom comment list function.
#11
@
12 years ago
- Summary changed from Twenty Twelve: remove twentytwelve_comment() in favor of core comment_form() defaults to Twenty Thirteen: remove custom comment callback in favor of core `comment_form()` defaults
Discussing in IRC dev chat yesterday, punting this to Twenty Twelve 1.1 but still intending to get it in before 3.5 stable hits.