Changeset 5982
- Timestamp:
- 04/13/2012 01:19:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r5970 r5982 39 39 function bp_core_set_uri_globals() { 40 40 global $bp, $current_blog, $wp_rewrite; 41 41 42 42 // Don't catch URIs on non-root blogs unless multiblog mode is on 43 43 if ( !bp_is_root_blog() && !bp_is_multiblog_mode() ) … … 157 157 } 158 158 } 159 159 160 160 // No exact match, so look for partials 161 161 if ( empty( $match ) ) { … … 574 574 // Add trailing slash 575 575 $url_stack[0] = trailingslashit( $url_stack[0] ); 576 576 577 577 // Only redirect if we've assembled a URL different from the request 578 578 if ( $url_stack[0] !== $req_url_clean ) {
Note: See TracChangeset
for help on using the changeset viewer.