- 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/index.php
r9890 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups 4 * 5 * @package BuddyPress 6 * @subpackage bp-legacy 7 */ 2 8 3 9 /** 4 10 * Fires at the top of the groups directory template file. 5 11 * 6 * @since BuddyPress (1.5.0)12 * @since 1.5.0 7 13 */ 8 14 do_action( 'bp_before_directory_groups_page' ); ?> … … 15 21 * Fires before the display of the groups. 16 22 * 17 * @since BuddyPress (1.1.0)23 * @since 1.1.0 18 24 */ 19 25 do_action( 'bp_before_directory_groups' ); ?> … … 24 30 * Fires before the display of the groups content. 25 31 * 26 * @since BuddyPress (1.1.0)32 * @since 1.1.0 27 33 */ 28 34 do_action( 'bp_before_directory_groups_content' ); ?> … … 52 58 * Fires inside the groups directory group filter input. 53 59 * 54 * @since BuddyPress (1.5.0)60 * @since 1.5.0 55 61 */ 56 62 do_action( 'bp_groups_directory_group_filter' ); ?> … … 66 72 * Fires inside the groups directory group types. 67 73 * 68 * @since BuddyPress (1.2.0)74 * @since 1.2.0 69 75 */ 70 76 do_action( 'bp_groups_directory_group_types' ); ?> … … 85 91 * Fires inside the groups directory group order options. 86 92 * 87 * @since BuddyPress (1.2.0)93 * @since 1.2.0 88 94 */ 89 95 do_action( 'bp_groups_directory_order_options' ); ?> … … 102 108 * Fires and displays the group content. 103 109 * 104 * @since BuddyPress (1.1.0)110 * @since 1.1.0 105 111 */ 106 112 do_action( 'bp_directory_groups_content' ); ?> … … 113 119 * Fires after the display of the groups content. 114 120 * 115 * @since BuddyPress (1.1.0)121 * @since 1.1.0 116 122 */ 117 123 do_action( 'bp_after_directory_groups_content' ); ?> … … 124 130 * Fires after the display of the groups. 125 131 * 126 * @since BuddyPress (1.1.0)132 * @since 1.1.0 127 133 */ 128 134 do_action( 'bp_after_directory_groups' ); ?> … … 135 141 * Fires at the bottom of the groups directory template file. 136 142 * 137 * @since BuddyPress (1.5.0)143 * @since 1.5.0 138 144 */ 139 145 do_action( 'bp_after_directory_groups_page' );
Note: See TracChangeset
for help on using the changeset viewer.