Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2023 11:58:20 PM (2 years ago)
Author:
espellcaste
Message:

PHPCS: adding comma to the last array item.

Closes https://github.com/buddypress/buddypress/pull/46
See #7228

File:
1 edited

Legend:

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

    r12534 r13394  
    371371            'BETWEEN', 'NOT BETWEEN',
    372372            'EXISTS', 'NOT EXISTS',
    373             'REGEXP', 'NOT REGEXP', 'RLIKE'
     373            'REGEXP', 'NOT REGEXP', 'RLIKE',
    374374        ) ) ) {
    375375            $clause['compare'] = '=';
Note: See TracChangeset for help on using the changeset viewer.