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-xprofile/bp-xprofile-template.php

    r13844 r13878  
    13761376                        <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?>
    13771377
    1378                                 <?php foreach( bp_xprofile_get_visibility_levels() as $level ) : ?>
     1378                                <?php foreach ( bp_xprofile_get_visibility_levels() as $level ) : ?>
    13791379
    13801380                                        <?php
Note: See TracChangeset for help on using the changeset viewer.