Issue #372416 by naxoc: Remove refs to nonexistent theme function in docs
parent
b96d440d8a
commit
469589eea1
|
@ -32,7 +32,6 @@
|
|||
* into a string within the variable $classes.
|
||||
*
|
||||
* @see template_preprocess_comment_wrapper()
|
||||
* @see theme_comment_wrapper()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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; ?>>
|
||||
|
|
Loading…
Reference in New Issue