Changeset 4088 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 03/08/2011 06:35:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r4012 r4088 10 10 11 11 function groups_directory_groups_setup() { 12 global $bp;13 14 12 if ( bp_is_groups_component() && !bp_current_action() && !bp_current_item() ) { 15 $bp->is_directory = true;13 bp_update_is_directory( true, 'groups' ); 16 14 17 15 do_action( 'groups_directory_groups_setup' );
Note: See TracChangeset
for help on using the changeset viewer.