diff options
Diffstat (limited to 'modules/comment/comment-wrapper.tpl.php')
-rw-r--r-- | modules/comment/comment-wrapper.tpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php index 3293e88ae..3a654cffa 100644 --- a/modules/comment/comment-wrapper.tpl.php +++ b/modules/comment/comment-wrapper.tpl.php @@ -33,6 +33,8 @@ * * @see template_preprocess_comment_wrapper() * @see theme_comment_wrapper() + * + * @ingroup themeable */ ?> <div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>> |