- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php
r10128 r10150 12 12 * Fires inside the group admin form and before the content. 13 13 * 14 * @since BuddyPress (1.1.0)14 * @since 1.1.0 15 15 */ 16 16 do_action( 'bp_before_group_admin_content' ); ?> … … 24 24 * Fires before the display of group admin details. 25 25 * 26 * @since BuddyPress (1.1.0)26 * @since 1.1.0 27 27 */ 28 28 do_action( 'bp_before_group_details_admin' ); ?> … … 39 39 * Fires after the group description admin details. 40 40 * 41 * @since BuddyPress (1.0.0)41 * @since 1.0.0 42 42 */ 43 43 do_action( 'groups_custom_group_fields_editable' ); ?> … … 54 54 * Fires after the display of group admin details. 55 55 * 56 * @since BuddyPress (1.1.0)56 * @since 1.1.0 57 57 */ 58 58 do_action( 'bp_after_group_details_admin' ); ?> … … 71 71 * Fires before the group settings admin display. 72 72 * 73 * @since BuddyPress (1.1.0)73 * @since 1.1.0 74 74 */ 75 75 do_action( 'bp_before_group_settings_admin' ); ?> … … 142 142 * Fires after the group settings admin display. 143 143 * 144 * @since BuddyPress (1.1.0)144 * @since 1.1.0 145 145 */ 146 146 do_action( 'bp_after_group_settings_admin' ); ?> … … 176 176 * Load the Avatar UI templates 177 177 * 178 * @since BuddyPress (2.3.0)178 * @since 2.3.0 179 179 */ 180 180 bp_avatar_get_templates(); ?> … … 216 216 * Fires before the group manage members admin display. 217 217 * 218 * @since BuddyPress (1.1.0)218 * @since 1.1.0 219 219 */ 220 220 do_action( 'bp_before_group_manage_members_admin' ); ?> … … 327 327 * Fires inside the display of a member admin item in group management area. 328 328 * 329 * @since BuddyPress (1.1.0)329 * @since 1.1.0 330 330 */ 331 331 do_action( 'bp_group_manage_members_admin_item' ); ?> … … 353 353 * Fires after the group manage members admin display. 354 354 * 355 * @since BuddyPress (1.1.0)355 * @since 1.1.0 356 356 */ 357 357 do_action( 'bp_after_group_manage_members_admin' ); ?> … … 367 367 * Fires before the display of group membership requests admin. 368 368 * 369 * @since BuddyPress (1.1.0)369 * @since 1.1.0 370 370 */ 371 371 do_action( 'bp_before_group_membership_requests_admin' ); ?> … … 382 382 * Fires after the display of group membership requests admin. 383 383 * 384 * @since BuddyPress (1.1.0)384 * @since 1.1.0 385 385 */ 386 386 do_action( 'bp_after_group_membership_requests_admin' ); ?> … … 395 395 * Allows plugins to add custom group edit screens. 396 396 * 397 * @since BuddyPress (1.1.0)397 * @since 1.1.0 398 398 */ 399 399 do_action( 'groups_custom_edit_steps' ); ?> … … 407 407 * Fires before the display of group delete admin. 408 408 * 409 * @since BuddyPress (1.1.0)409 * @since 1.1.0 410 410 */ 411 411 do_action( 'bp_before_group_delete_admin' ); ?> … … 422 422 * Fires after the display of group delete admin. 423 423 * 424 * @since BuddyPress (1.1.0)424 * @since 1.1.0 425 425 */ 426 426 do_action( 'bp_after_group_delete_admin' ); ?> … … 442 442 * Fires inside the group admin form and after the content. 443 443 * 444 * @since BuddyPress (1.1.0)444 * @since 1.1.0 445 445 */ 446 446 do_action( 'bp_after_group_admin_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.