Follow-up to #1962846-44: Use field instance name for header of comment list, drop comment-wrapper template which added:
+++ b/core/modules/comment/comment.module
@@ -134,9 +134,9 @@ function comment_theme() {
+ 'field__comment' => array(
+ 'base hook' => 'field',
+ 'template' => 'field--comment',
),
We shouldn't have to explicitly define something that should be detected automatically when the theme registry is built.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 2307103-comment-field-preprocess-9.patch | 1.99 KB | andypost |
Comments
Comment #1
mgiffordBeta1 seems like a good time to remove this.. Or close this issue.
Comment #2
balagan commentedChanging status to postponed, until the parent issue is fixed Specific preprocess functions for theme hook suggestions are not invoked
Comment #3
mgiffordThat's fixed now.
Comment #4
andypostSuppose that allowed only in 8.1 branch with CR
Comment #5
andypostComment #9
andypostGuess it should work now
Comment #15
manuel garcia commentedJust noticed the
@todoand ended up here, latest patch still applies cleanly to 8.8.x, so I triggered the bot to see where we stand.Comment #16
andypostNW for failed tests