- 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/group-header.php
r9828 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups Header 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the display of a group's header. 5 10 * 6 * @since BuddyPress (1.2.0)11 * @since 1.2.0 7 12 */ 8 13 do_action( 'bp_before_group_header' ); … … 21 26 * Fires after the display of the group's administrators. 22 27 * 23 * @since BuddyPress (1.1.0)28 * @since 1.1.0 24 29 */ 25 30 do_action( 'bp_after_group_menu_admins' ); … … 30 35 * Fires before the display of the group's moderators, if there are any. 31 36 * 32 * @since BuddyPress (1.1.0)37 * @since 1.1.0 33 38 */ 34 39 do_action( 'bp_before_group_menu_mods' ); ?> … … 41 46 * Fires after the display of the group's moderators, if there are any. 42 47 * 43 * @since BuddyPress (1.1.0)48 * @since 1.1.0 44 49 */ 45 50 do_action( 'bp_after_group_menu_mods' ); … … 70 75 * Fires before the display of the group's header meta. 71 76 * 72 * @since BuddyPress (1.2.0)77 * @since 1.2.0 73 78 */ 74 79 do_action( 'bp_before_group_header_meta' ); ?> … … 85 90 * Fires in the group header actions section. 86 91 * 87 * @since BuddyPress (1.2.6)92 * @since 1.2.6 88 93 */ 89 94 do_action( 'bp_group_header_actions' ); ?> … … 96 101 * Fires after the group header actions section. 97 102 * 98 * @since BuddyPress (1.2.0)103 * @since 1.2.0 99 104 */ 100 105 do_action( 'bp_group_header_meta' ); ?> … … 108 113 * Fires after the display of a group's header. 109 114 * 110 * @since BuddyPress (1.2.0)115 * @since 1.2.0 111 116 */ 112 117 do_action( 'bp_after_group_header' );
Note: See TracChangeset
for help on using the changeset viewer.