Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:43:16 PM (6 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate

Fixes #8225
Fixes #8226
Fixes #8227
Fixes #8228
Fixes #8229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-user-query.php

    r12329 r12547  
    184184            do_action_ref_array( 'bp_pre_user_query_construct', array( &$this ) );
    185185
    186             // Get user ids
     186            // Get user ids.
    187187            // If the user_ids param is present, we skip the query.
    188188            if ( false !== $this->query_vars['user_ids'] ) {
Note: See TracChangeset for help on using the changeset viewer.