Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/27/2011 09:43:33 PM (13 years ago)
Author:
boonebgorges
Message:

Remove deprecated reference to VHOST in bp_core_set_uri_globals(). Fixes #3584

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r5398 r5400  
    308308    $bp->action_variables = $bp_uri;
    309309
    310     // Remove the username from action variables if this is not a VHOST install
    311     // @todo - move or remove this all together
    312     if ( defined( 'VHOST' ) && ( 'no' == VHOST ) && empty( $bp->current_component ) )
    313         array_shift( $bp_uri );
    314 
    315310    // Reset the keys by merging with an empty array
    316311    $bp->action_variables = array_merge( array(), $bp->action_variables );
Note: See TracChangeset for help on using the changeset viewer.