Skip to:
Content

BuddyPress.org


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

PHPCS: adding a little bit of space between brackets.

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

File:
1 edited

Legend:

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

    r13372 r13392  
    214214            if ( ! empty( $this->fields ) ) {
    215215                for ( $i = 0, $count = count( $this->fields ); $i < $count; ++$i ) {
    216                     BP_XProfile_ProfileData::delete_for_field( $this->fields[$i]->id );
     216                    BP_XProfile_ProfileData::delete_for_field( $this->fields[ $i ]->id );
    217217                }
    218218            }
Note: See TracChangeset for help on using the changeset viewer.