Issue #372416 by naxoc: Remove refs to nonexistent theme function in docs

merge-requests/26/head
Jennifer Hodgdon 2012-10-17 09:38:15 -07:00
parent b96d440d8a
commit 469589eea1
3 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@
* into a string within the variable $classes.
*
* @see template_preprocess_comment_wrapper()
* @see theme_comment_wrapper()
*
* @ingroup themeable
*/

View File

@ -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.

View File

@ -32,7 +32,6 @@
* into a string within the variable $classes.
*
* @see template_preprocess_comment_wrapper()
* @see theme_comment_wrapper()
*/
?>
<div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>