]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added @since dates on two functions in group library
authorcash <cash.costello@gmail.com>
Thu, 30 Jun 2011 00:16:04 +0000 (20:16 -0400)
committercash <cash.costello@gmail.com>
Thu, 30 Jun 2011 00:16:04 +0000 (20:16 -0400)
engine/lib/group.php

index 755482b0008de7b5d113cd11bc67062b6adf5fa5..e7b70fd10bc94638fa973e5454ca18df7f578194 100644 (file)
@@ -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;