Issue #372416 by naxoc: Remove nonexistent theme_comment_wrapper() function ref from docs
parent
65fb8dfc82
commit
ea485a5c18
|
@ -1745,7 +1745,6 @@ function theme_comment_post_forbidden($variables) {
|
|||
* Preprocesses variables for comment-wrapper.tpl.php.
|
||||
*
|
||||
* @see comment-wrapper.tpl.php
|
||||
* @see theme_comment_wrapper()
|
||||
*/
|
||||
function template_preprocess_comment_wrapper(&$variables) {
|
||||
// Provide contextual information.
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
* - COMMENT_MODE_THREADED
|
||||
*
|
||||
* @see template_preprocess_comment_wrapper()
|
||||
* @see theme_comment_wrapper()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
* - COMMENT_MODE_THREADED
|
||||
*
|
||||
* @see template_preprocess_comment_wrapper()
|
||||
* @see theme_comment_wrapper()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue