From 8da3f4ca93d009cf9bb2c4cea52efc114598d9d9 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 22 Jun 2007 10:14:52 +0000 Subject: Add phpdoc comment blocks --- lookup_post_inc.php | 3 +++ recent_posts.php | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/lookup_post_inc.php b/lookup_post_inc.php index 5ddd3d1..5303535 100644 --- a/lookup_post_inc.php +++ b/lookup_post_inc.php @@ -4,6 +4,9 @@ * @subpackage functions */ +/** + * Initial Setup + */ global $gContent; //, $gBitSmarty; require_once( BLOGS_PKG_PATH.'BitBlogPost.php'); require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); diff --git a/recent_posts.php b/recent_posts.php index 4a6fde5..60e50b6 100644 --- a/recent_posts.php +++ b/recent_posts.php @@ -1,4 +1,14 @@