- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r10417 r10454 85 85 * differently. The legacy method is still supported, though deprecated. 86 86 * 87 * @package BuddyPress88 * @subpackage Groups89 87 * @since 1.1.0 90 88 */ … … 144 142 * The slug of the current extension. 145 143 * 144 * @since 1.1.0 146 145 * @var string 147 146 */ … … 151 150 * The translatable name of the current extension. 152 151 * 152 * @since 1.1.0 153 153 * @var string 154 154 */ … … 158 158 * The visibility of the extension tab. 'public' or 'private'. 159 159 * 160 * @since 1.1.0 160 161 * @var string 161 162 */ … … 165 166 * The numeric position of the main nav item. 166 167 * 168 * @since 1.1.0 167 169 * @var int 168 170 */ … … 172 174 * Whether to show the nav item. 173 175 * 176 * @since 1.1.0 174 177 * @var bool 175 178 */ … … 195 198 * The text of the nav item. Defaults to self::name. 196 199 * 200 * @since 1.1.0 197 201 * @var string 198 202 */ … … 204 208 * Default: 'groups_custom_group_boxes'. 205 209 * 210 * @since 1.1.0 206 211 * @var string 207 212 */ … … 213 218 * Default: 'groups/single/plugins'. 214 219 * 220 * @since 1.1.0 215 221 * @var string 216 222 */ … … 273 279 * The content of the group tab. 274 280 * 281 * @since 1.1.0 282 * 275 283 * @param int|null $group_id ID of the group to display. 276 284 */ … … 278 286 279 287 /** 280 * Content displayed in a widget sidebar, if applicable 288 * Content displayed in a widget sidebar, if applicable. 289 * 290 * @since 1.1.0 281 291 */ 282 292 public function widget_display() {} … … 652 662 * Check whether the current user meets an access condition. 653 663 * 664 * @since 2.1.0 665 * 654 666 * @param string $access_condition 'anyone', 'loggedin', 'member', 655 667 * 'mod', 'admin' or 'noone'. … … 759 771 /** 760 772 * Hook the main display method, and loads the template file. 773 * 774 * @since 1.1.0 761 775 */ 762 776 public function _display_hook() { … … 1670 1684 * Register a new Group Extension. 1671 1685 * 1686 * @since 1.1.0 1687 * 1672 1688 * @param string $group_extension_class Name of the Extension class. 1673 1689 * @return false|null Returns false on failure, otherwise null.
Note: See TracChangeset
for help on using the changeset viewer.