From 93b0c4d76554d6a9a38b791ef6803c57f5233b59 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Sat, 10 Nov 2012 07:59:05 -0800
Subject: [PATCH] Issue #372416 by jibran, naxoc: Remove references to
 nonexistent function in docs

---
 modules/comment/comment-wrapper.tpl.php | 1 -
 modules/comment/comment.module          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php
index 6b6defc894f4..d6471c663945 100644
--- a/modules/comment/comment-wrapper.tpl.php
+++ b/modules/comment/comment-wrapper.tpl.php
@@ -27,7 +27,6 @@
  *   - COMMENT_CONTROLS_HIDDEN
  *
  * @see template_preprocess_comment_wrapper()
- * @see theme_comment_wrapper()
  */
 ?>
 <div id="comments">
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 58e9ce6ac82b..34c6deb117b8 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1819,7 +1819,6 @@ function theme_comment_post_forbidden($node) {
  * 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.
-- 
GitLab