| 1 |
<?php |
<?php |
| 2 |
// $Id: wordcount.module,v 1.1 2008/11/07 21:11:04 crookednumber Exp $ |
// $Id: wordcount.module,v 1.2 2009/09/21 20:40:08 crookednumber Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 22 |
if ($may_cache) { |
if ($may_cache) { |
| 23 |
$items[] = array( |
$items[] = array( |
| 24 |
'path' => 'admin/logs/wordcount', |
'path' => 'admin/logs/wordcount', |
| 25 |
'title' => t('Word count'), |
'title' => 'Word count', |
| 26 |
'description' => t('View number of words contributed by each user.'), |
'description' => 'View number of words contributed by each user.', |
| 27 |
'callback' => 'wordcount_show_count', |
'callback' => 'wordcount_show_count', |
| 28 |
'access' => user_access('view word count'), |
'access' => user_access('view word count'), |
| 29 |
); |
); |