From 1bcdb6a23d907668c5965f908f53483be3af074f Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Jun 2011 20:16:04 -0400 Subject: added @since dates on two functions in group library --- engine/lib/group.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/group.php') diff --git a/engine/lib/group.php b/engine/lib/group.php index 755482b00..e7b70fd10 100644 --- a/engine/lib/group.php +++ b/engine/lib/group.php @@ -294,6 +294,7 @@ function group_gatekeeper($forward = true) { * @param bool $default_on True if this option should be active by default * * @return void + * @since 1.5.0 */ function add_group_tool_option($name, $label, $default_on = true) { global $CONFIG; @@ -319,6 +320,7 @@ function add_group_tool_option($name, $label, $default_on = true) { * @param string $name Name of the group tool option * * @return void + * @since 1.7.5 */ function remove_group_tool_option($name) { global $CONFIG; -- cgit v1.2.3