[geeklog-cvs] geeklog: Fixed parameter description

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 16 07:17:17 EDT 2010


changeset 7937:8af2b11b1030
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8af2b11b1030
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 16 09:58:48 2010 +0200
description:
Fixed parameter description

diffstat:

 system/lib-plugins.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 55f55cae20c9 -r 8af2b11b1030 system/lib-plugins.php
--- a/system/lib-plugins.php	Sun May 16 09:14:06 2010 +0200
+++ b/system/lib-plugins.php	Sun May 16 09:58:48 2010 +0200
@@ -1959,12 +1959,12 @@
 * Ask plugins if they want to add new comments to Geeklog's What's New block or 
 * User Profile Page.
 *
-
 * @param    string  $type       Plugin name. '' for all plugins.
-* @param    string  $numreturn  If 0 will return results for What's New Block. 
+* @param    int     $numreturn  If 0 will return results for What's New Block. 
 *                               If > 0 will return last X new comments for User Profile.
-* @param    string  $uid        ID of the user to return results for. 0 = all users.
+* @param    int     $uid        ID of the user to return results for. 0 = all users.
 * @return   array list of new comments (dups, type, title, sid, lastdate) or (sid, title, cid, unixdate)
+* @since    Geeklog 1.7.0
 *
 */
 function PLG_getWhatsNewComment($type = '', $numreturn = 0, $uid = 0)



More information about the geeklog-cvs mailing list