summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-06-22 09:05:13 +0000
committerLester Caine <lester@lsces.co.uk>2007-06-22 09:05:13 +0000
commit1fb32261f9fbeb1174391769b71f58fa16a059a7 (patch)
treea763ea98db0795a0ab54cd189257641d5924d8d1
parent4f982b73d8269a2dd1e4e935745c7d2143b58b7d (diff)
downloadblogs-1fb32261f9fbeb1174391769b71f58fa16a059a7.tar.gz
blogs-1fb32261f9fbeb1174391769b71f58fa16a059a7.tar.bz2
blogs-1fb32261f9fbeb1174391769b71f58fa16a059a7.zip
Add phpdoc comment blocks
-rw-r--r--crosspost.php10
-rw-r--r--display_bitblog_inc.php3
2 files changed, 12 insertions, 1 deletions
diff --git a/crosspost.php b/crosspost.php
index b6d2c15..a38d318 100644
--- a/crosspost.php
+++ b/crosspost.php
@@ -1,5 +1,15 @@
<?php
/**
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/crosspost.php,v 1.3 2007/06/22 09:05:13 lsces Exp $
+ * @package blogs
+ * @subpackage functions
+ *
+ * @copyright Copyright (c) 2004-2006, bitweaver.org
+ * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+ */
+
+/**
* required setup
*/
require_once( '../bit_setup_inc.php' );
diff --git a/display_bitblog_inc.php b/display_bitblog_inc.php
index dfee034..19b3525 100644
--- a/display_bitblog_inc.php
+++ b/display_bitblog_inc.php
@@ -1,9 +1,10 @@
<?php
/**
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/display_bitblog_inc.php,v 1.11 2007/06/22 09:05:13 lsces Exp $
* @package blogs
* @subpackage functions
*
- * Copyright (c) 2004-2006, bitweaver.org
+ * @copyright Copyright (c) 2004-2006, bitweaver.org
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
*/