diff options
Diffstat (limited to 'modules/archive.module')
-rw-r--r-- | modules/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module index cf0e99157..15825ec25 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -208,7 +208,7 @@ function archive_link($type) { } /** - * Menu callback. Lists all nodes posted on a given date. + * Menu callback; lists all nodes posted on a given date. */ function archive_page($year = 0, $month = 0, $day = 0) { global $user; |