From e52c0f5d41ad9319c9420bbe3a9dcfa76a90222f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 May 2004 22:00:06 +0000 Subject: - Code improvements by JonBob. Thanks. --- modules/blog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 775b1f581..a6737a8d6 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -80,7 +80,7 @@ function blog_help($section) { } /** - * Menu callback. Displays an RSS feed containing recent blog entries. + * Menu callback; displays an RSS feed containing recent blog entries. */ function blog_feed($uid = 0) { if ($uid) { @@ -123,7 +123,7 @@ function blog_feed_last() { } /** - * Menu callback. Displays a Drupal page containing recent blog entries. + * Menu callback; displays a Drupal page containing recent blog entries. */ function blog_page($uid = 0) { if ($uid) { -- cgit v1.2.3