Skip to:
Content

BuddyPress.org


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

PHPCS: adding space after an operator in a if statement.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-template.php

    r13392 r13393  
    424424        $field_ids = '';
    425425
    426         if ( !empty( $group->fields ) ) {
     426        if ( ! empty( $group->fields ) ) {
    427427            foreach ( (array) $group->fields as $field ) {
    428428                $field_ids .= $field->id . ',';
Note: See TracChangeset for help on using the changeset viewer.