Mercurial > defr > drupal > core
comparison modules/comment/comment.module @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | fff6d4c8c043 |
comparison
equal
deleted
inserted
replaced
4:d94886ac61a0 | 5:2427550111ae |
---|---|
1 <?php | 1 <?php |
2 // $Id: comment.module,v 1.617 2008/01/25 16:19:12 goba Exp $ | 2 // $Id: comment.module,v 1.617.2.1 2008/04/09 21:11:46 goba Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * @file | 5 * @file |
6 * Enables users to comment on published content. | 6 * Enables users to comment on published content. |
7 * | 7 * |
209 'weight' => -10, | 209 'weight' => -10, |
210 ); | 210 ); |
211 $items['admin/content/comment/approval'] = array( | 211 $items['admin/content/comment/approval'] = array( |
212 'title' => 'Approval queue', | 212 'title' => 'Approval queue', |
213 'page arguments' => array('approval'), | 213 'page arguments' => array('approval'), |
214 'access arguments' => array('administer comments'), | |
214 'type' => MENU_LOCAL_TASK, | 215 'type' => MENU_LOCAL_TASK, |
215 'file' => 'comment.admin.inc', | 216 'file' => 'comment.admin.inc', |
216 ); | 217 ); |
217 | 218 |
218 $items['comment/delete'] = array( | 219 $items['comment/delete'] = array( |