- Timestamp:
- 12/28/07 13:19:09 (11 months ago)
- Files:
-
- 1 modified
-
trunk/common/mvblog.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/mvblog.php
r744 r751 74 74 * Constructor to set some defaults 75 75 * 76 * @param string $basedir If set use this directory where MvBlog is located. 76 77 */ 77 78 public function __construct ($basedir="") { … … 352 353 * limit the length of a message 353 354 * 354 * @param string $text the text to limit in length355 * @param string &$text the text to limit in length 355 356 * @return int 1 if truncated, 0 if original string is within limits 356 357 */ … … 857 858 * show 'month archive' menu links 858 859 * 859 * @param int $am mount The number of months to show860 * @param int $amount The number of months to show 860 861 */ 861 862 public function blog_archive_links($amount=5) {
