summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-17 09:38:15 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-17 09:38:15 -0700
commit469589eea16e302b172809e868373d2ab5a57f1a (patch)
tree793efcb13e7e7806d62dba5dc34505b0c87136ae /modules/comment
parentb96d440d8a862723b40661a4fe2da0573bef92ba (diff)
downloadbrdo-469589eea16e302b172809e868373d2ab5a57f1a.tar.gz
brdo-469589eea16e302b172809e868373d2ab5a57f1a.tar.bz2
Issue #372416 by naxoc: Remove refs to nonexistent theme function in docs
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment-wrapper.tpl.php1
-rw-r--r--modules/comment/comment.module1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php
index 3a654cffa..c69145929 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 80c23e810..05bc7aa2b 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.