Changeset 3490 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 11/28/2010 03:49:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r3488 r3490 140 140 unset( $uri_chunks ); 141 141 } 142 142 143 // Search doesn't have an associated page, so we check for it separately 144 if ( BP_SEARCH_SLUG == $bp_uri[0] ) 145 $matches[] = 1; 146 143 147 // This is not a BuddyPress page, so just return. 144 148 if ( !isset( $matches ) )
Note: See TracChangeset
for help on using the changeset viewer.