From 893942bb4f0ab6261ea5ea39a5331ab021b392d4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 17 Sep 2008 20:37:32 +0000 Subject: #108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index c9f87321c..4604104dc 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -241,10 +241,10 @@ function comment_node_type($op, $info) { */ function comment_perm() { return array( + 'administer comments' => t('Manage and approve comments, and configure comment administration settings.'), 'access comments' => t('View comments attached to content.'), 'post comments' => t('Add comments to content (approval required).'), 'post comments without approval' => t('Add comments to content (no approval required).'), - 'administer comments' => t('Manage and approve comments, and configure comment administration settings.'), ); } -- cgit v1.2.3