diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-05-17 22:00:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-05-17 22:00:06 +0000 |
commit | e52c0f5d41ad9319c9420bbe3a9dcfa76a90222f (patch) | |
tree | 16bddd048a7a2c0eb271879700cb7c47e2fe68ba /modules/statistics/statistics.module | |
parent | ac3c45dd2ac615327678301a5bb43d9c7edc7af8 (diff) | |
download | brdo-e52c0f5d41ad9319c9420bbe3a9dcfa76a90222f.tar.gz brdo-e52c0f5d41ad9319c9420bbe3a9dcfa76a90222f.tar.bz2 |
- Code improvements by JonBob. Thanks.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index be91dd47a..01a61dd72 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -237,7 +237,7 @@ function statistics_admin_accesslog_table($type, $id) { } /** - * Menu callback. Presents the "Top referrers" page. + * Menu callback; presents the "Top referrers" page. * * @param $view * - "internal": Only display internal links. @@ -286,14 +286,14 @@ function statistics_top_refer($view = 'all') { } /** - * Menu callback. Presents the "Most Popular Content" page. + * Menu callback; presents the "Most Popular Content" page. */ function statistics_admin_topnodes() { print theme('page', statistics_admin_topnodes_table()); } /** - * Menu callback. Presents the "Access logs" page. + * Menu callback; presents the "Access logs" page. * * @param $type * - "user": display accesses for a particular user. @@ -469,7 +469,7 @@ function statistics_block($op = 'list', $delta = 0) { } /** - * Menu callback. Presents the "Top Nodes" summary page. + * Menu callback; presents the "Top Nodes" summary page. */ function statistics_page() { $output = ''; |