Skip to content
Snippets Groups Projects
Commit 0244e9c8 authored by catch's avatar catch
Browse files

Issue #1876948 by dawehner: Remove views-view-row-comment.tpl.

parent f959c2b9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -19,7 +19,6 @@
* module = "comment",
* title = @Translation("Comment"),
* help = @Translation("Display the comment with standard comment view."),
* theme = "views_view_row_comment",
* base = {"comment"},
* entity_type = "comment",
* type = "normal"
......
<?php
/**
* @file
* Default simple view template to display a single comment.
*
* Rather than doing anything with this particular template, it is more
* efficient to use a variant of the comment.tpl.php based upon the view,
* which will be named comment-view-VIEWNAME.tpl.php. This isn't actually
* a views template, which is why it's not used here, but is a template
* 'suggestion' given to the comment template, and is used exactly
* the same as any other variant of the comment template file, such as
* node-nodeTYPE.tpl.php
*
* @ingroup views_templates
*/
?>
<?php print $comment; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment