Changeset 11182 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 10/06/2016 09:02:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11145 r11182 2117 2117 * @since 2.6.0 2118 2118 * @since 2.7.0 Introduce $has_directory, $show_in_create_screen, $show_in_list, and 2119 * $description as $args parameters.2119 * $description, $create_screen_checked as $args parameters. 2120 2120 * 2121 2121 * @param string $group_type Unique string identifier for the group type. … … 2132 2132 * @type string $description A short descriptive summary of what the group type is. Currently shown 2133 2133 * on a group's "Manage > Settings" page when selecting group types. 2134 * @type bool $create_screen_checked If $show_in_create_screen is true, whether we should have our group type 2135 * checkbox checked by default. Handy if you want to imply that the group 2136 * type should be enforced, but decision lies with the group creator. 2137 * Default: false. 2134 2138 * @type array $labels { 2135 2139 * Array of labels to use in various parts of the interface. … … 2153 2157 'show_in_list' => null, 2154 2158 'description' => '', 2159 'create_screen_checked' => false, 2155 2160 'labels' => array(), 2156 2161 ), 'register_group_type' );
Note: See TracChangeset
for help on using the changeset viewer.