Changeset 12541 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 01/29/2020 06:22:45 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r12404 r12541 98 98 $bkey = array_search( $chunk, $bp_uri ); 99 99 100 // ...and unset offending keys 100 // ...and unset offending keys. 101 101 if ( false !== $bkey ) { 102 102 unset( $bp_uri[$bkey] );
Note: See TracChangeset
for help on using the changeset viewer.