Changeset 3917 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 01/25/2011 08:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r3884 r3917 21 21 * Example: 22 22 * - http://domain.com/members/andy/profile/edit/group/5/ 23 * - $bp->current_component: string ' profile'23 * - $bp->current_component: string 'xprofile' 24 24 * - $bp->current_action: string 'edit' 25 25 * - $bp->action_variables: array ['group', 5] … … 280 280 global $bp; 281 281 282 if ( !bp_is_active( ' profile' ) )282 if ( !bp_is_active( 'xprofile' ) ) 283 283 bp_core_load_template( apply_filters( 'bp_core_template_display_profile', 'members/single/home' ) ); 284 284 }
Note: See TracChangeset
for help on using the changeset viewer.