[geeklog-cvs] geeklog: Added a couple of @since tags

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 29 07:32:11 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/5a349707df77
changeset: 6867:5a349707df77
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 29 11:47:23 2009 +0200
description:
Added a couple of @since tags

diffstat:

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

diffs (44 lines):

diff -r 35f33c620315 -r 5a349707df77 system/lib-plugins.php
--- a/system/lib-plugins.php	Sun Mar 29 11:18:09 2009 +0200
+++ b/system/lib-plugins.php	Sun Mar 29 11:47:23 2009 +0200
@@ -185,6 +185,7 @@
 * @param    array   $old_conf   contents of $_CONF before the migration
 * @return   boolean             true on success, otherwise false
 * @link     http://wiki.geeklog.net/index.php/PLG_migrate
+* @since    Geeklog 1.6.0
 *
 */
 function PLG_migrate($type, $old_conf)
@@ -1463,6 +1464,8 @@
 * or extra Metatags
 *
 * @return   string      returns a concatenated string of all plugins extra header code
+* @since    Geeklog 1.3.8
+*
 */
 function PLG_getHeaderCode()
 {
@@ -2020,6 +2023,7 @@
 * @param    int     $action     what to do if spam found
 * @return   int                 > 0: spam detected, == 0: no spam detected
 * @see      PLG_checkforSpam
+* @since    Geeklog 1.4.1
 *
 */
 function PLG_spamAction($content, $action = -1)
@@ -2192,6 +2196,7 @@
 * @param    string  $id     ID of the item
 * @param    string  $type   type of the item, e.g. 'article'
 * @return   void
+* @since    Geeklog 1.6.0
 *
 */
 function PLG_itemDeleted($id, $type)
@@ -2505,6 +2510,7 @@
 * @param    array   $changes    names of config values that changed
 * @return   void
 * @link     http://wiki.geeklog.net/index.php/PLG_configChange
+* @since    Geeklog 1.6.0
 *
 */
 function PLG_configChange($group, $changes)



More information about the geeklog-cvs mailing list