diff --git src/bp-groups/classes/class-bp-groups-template.php src/bp-groups/classes/class-bp-groups-template.php
index 043d8f4..a3b73d0 100644
|
|
|
class BP_Groups_Template { |
| 174 | 174 | 'update_meta_cache' => true, |
| 175 | 175 | ); |
| 176 | 176 | |
| | 177 | /** |
| | 178 | * Fires before the construction of the BP_Group_Template query. |
| | 179 | * |
| | 180 | * @since 2.6.1 |
| | 181 | * |
| | 182 | * @param array $args Query args. Passed by reference. |
| | 183 | */ |
| | 184 | do_action_ref_array( 'bp_pre_group_query_construct', array( &$args ) ); |
| | 185 | |
| 177 | 186 | $r = wp_parse_args( $args, $defaults ); |
| 178 | 187 | extract( $r ); |
| 179 | 188 | |