Skip to:
Content

BuddyPress.org

Changeset 5982


Ignore:
Timestamp:
04/13/2012 01:19:09 PM (13 years ago)
Author:
boonebgorges
Message:

Pinking shears in bp-core-catchuri.php

File:
1 edited

Legend:

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

    r5970 r5982  
    3939function bp_core_set_uri_globals() {
    4040    global $bp, $current_blog, $wp_rewrite;
    41    
     41
    4242    // Don't catch URIs on non-root blogs unless multiblog mode is on
    4343    if ( !bp_is_root_blog() && !bp_is_multiblog_mode() )
     
    157157        }
    158158    }
    159    
     159
    160160    // No exact match, so look for partials
    161161    if ( empty( $match ) ) {
     
    574574        // Add trailing slash
    575575        $url_stack[0] = trailingslashit( $url_stack[0] );
    576        
     576
    577577        // Only redirect if we've assembled a URL different from the request
    578578        if ( $url_stack[0] !== $req_url_clean ) {
Note: See TracChangeset for help on using the changeset viewer.