summaryrefslogtreecommitdiff
path: root/modules/comment/comment-wrapper.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-16 11:26:29 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-16 11:26:29 +0000
commit46546ef478615dc1ac371c12cf392cabc1901cba (patch)
tree8347fce1461f44b39de08c2beff6b67268940a23 /modules/comment/comment-wrapper.tpl.php
parent5e16a499cecb73aa868ef9b59a450f4dab9dbd72 (diff)
downloadbrdo-46546ef478615dc1ac371c12cf392cabc1901cba.tar.gz
brdo-46546ef478615dc1ac371c12cf392cabc1901cba.tar.bz2
- Patch #175841 by catch et al: remove comment controls for users. Yowza.
Diffstat (limited to 'modules/comment/comment-wrapper.tpl.php')
-rw-r--r--modules/comment/comment-wrapper.tpl.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php
index 5a5cc2943..be0a5b70a 100644
--- a/modules/comment/comment-wrapper.tpl.php
+++ b/modules/comment/comment-wrapper.tpl.php
@@ -6,8 +6,8 @@
* Default theme implementation to wrap comments.
*
* Available variables:
- * - $content: All comments for a given page. Also contains sorting controls
- * and comment forms if the site is configured for it.
+ * - $content: All comments for a given page. Also contains comment form
+ * if enabled.
*
* The following variables are provided for contextual information.
* - $node: Node object the comments are attached to.
@@ -21,11 +21,6 @@
* - $display_order
* - COMMENT_ORDER_NEWEST_FIRST
* - COMMENT_ORDER_OLDEST_FIRST
- * - $comment_controls_state
- * - COMMENT_CONTROLS_ABOVE
- * - COMMENT_CONTROLS_BELOW
- * - COMMENT_CONTROLS_ABOVE_BELOW
- * - COMMENT_CONTROLS_HIDDEN
*
* @see template_preprocess_comment_wrapper()
* @see theme_comment_wrapper()