Changeset 5156 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 09/18/2011 09:08:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r5149 r5156 279 279 280 280 // Remove the username from action variables if this is not a VHOST install 281 if ( defined( 'VHOST' ) && 'no' == VHOST && empty( $is_root_component ) ) 281 // @todo - move or remove this all together 282 if ( defined( 'VHOST' ) && ( 'no' == VHOST ) && empty( $bp->current_component ) ) 282 283 array_shift( $bp_uri ); 283 284
Note: See TracChangeset
for help on using the changeset viewer.