diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php index 3a654cffa00e977817ecd64b312c26f5a9d4bb82..c6914592937ac9d66ebd715c004f5083003936e0 100644 --- a/modules/comment/comment-wrapper.tpl.php +++ b/modules/comment/comment-wrapper.tpl.php @@ -32,7 +32,6 @@ * into a string within the variable $classes. * * @see template_preprocess_comment_wrapper() - * @see theme_comment_wrapper() * * @ingroup themeable */ diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 80c23e810e6a6d7195804a45b7d53623d7dc49d3..05bc7aa2ba719e4f66244187156ad8cb14bf02b0 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -2383,7 +2383,6 @@ function theme_comment_post_forbidden($variables) { * Process variables for comment-wrapper.tpl.php. * * @see comment-wrapper.tpl.php - * @see theme_comment_wrapper() */ function template_preprocess_comment_wrapper(&$variables) { // Provide contextual information. diff --git a/themes/bartik/templates/comment-wrapper.tpl.php b/themes/bartik/templates/comment-wrapper.tpl.php index 864dc41c4086de489187617561428a6d1fcd24db..c0ca74b16a484f194a5aebf969d5c6a73112a515 100644 --- a/themes/bartik/templates/comment-wrapper.tpl.php +++ b/themes/bartik/templates/comment-wrapper.tpl.php @@ -32,7 +32,6 @@ * into a string within the variable $classes. * * @see template_preprocess_comment_wrapper() - * @see theme_comment_wrapper() */ ?>
>