Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 06:22:45 PM (6 years ago)
Author:
imath
Message:

Core/Admin: fix PHP code standards & inline comments typos

Props kashifgabol

Fixes #8220

File:
1 edited

Legend:

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

    r12404 r12541  
    9898                $bkey = array_search( $chunk, $bp_uri );
    9999
    100                 // ...and unset offending keys
     100                // ...and unset offending keys.
    101101                if ( false !== $bkey ) {
    102102                    unset( $bp_uri[$bkey] );
Note: See TracChangeset for help on using the changeset viewer.