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