Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:26:18 PM (2 years ago)
Author:
espellcaste
Message:

WPCS: The modified code addresses all Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword and Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction issues specific to the foreach and function examples.

See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/actions/create.php

    r13762 r13878  
    345345        unset( $bp->groups->group_creation_steps );
    346346
    347         foreach( (array) $temp as $position => $step ) {
     347        foreach ( (array) $temp as $position => $step ) {
    348348                $bp->groups->group_creation_steps[ $step['slug'] ] = array(
    349349                        'rewrite_id'   => $step['rewrite_id'],
Note: See TracChangeset for help on using the changeset viewer.