Skip to content
Snippets Groups Projects
Commit 469589ee authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

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

parent b96d440d
No related branches found
No related tags found
No related merge requests found
......@@ -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; ?>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment