From 469589eea16e302b172809e868373d2ab5a57f1a Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 17 Oct 2012 09:38:15 -0700 Subject: Issue #372416 by naxoc: Remove refs to nonexistent theme function in docs --- modules/comment/comment-wrapper.tpl.php | 1 - modules/comment/comment.module | 1 - themes/bartik/templates/comment-wrapper.tpl.php | 1 - 3 files changed, 3 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. diff --git a/themes/bartik/templates/comment-wrapper.tpl.php b/themes/bartik/templates/comment-wrapper.tpl.php index 864dc41c4..c0ca74b16 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() */ ?>
> -- cgit v1.2.3