Ticket #8429: 8429.diff
File 8429.diff, 474 bytes (added by , 3 years ago) |
---|
-
src/bp-core/bp-core-catchuri.php
diff --git a/src/bp-core/bp-core-catchuri.php b/src/bp-core/bp-core-catchuri.php index 2eb020478..63cbdb6a0 100644
a b function bp_core_set_uri_globals() { 248 248 } 249 249 250 250 // This is not a BuddyPress page, so just return. 251 if ( empty( $matches ) ) 251 if ( empty( $matches ) ) { 252 do_action( 'is_not_buddypress' ); 252 253 return false; 254 } 253 255 254 256 $wp_rewrite->use_verbose_page_rules = false; 255 257