Skip to:
Content

BuddyPress.org

Changeset 12534


Ignore:
Timestamp:
01/20/2020 06:55:27 PM (6 years ago)
Author:
imath
Message:

xProfile: fix PHP Code standards in inline comments

props passoniate

See #8217

Location:
trunk/src/bp-xprofile
Files:
3 edited

Legend:

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

    r12317 r12534  
    806806                global $message;
    807807
    808                 // Users Admin URL
     808                // Users Admin URL.
    809809                $users_url = bp_get_admin_url( 'users.php' );
    810810
    811                 // URL to cancel to
     811                // URL to cancel to.
    812812                $cancel_url = add_query_arg( array(
    813813                        'page' => 'bp-profile-setup'
     
    901901                                                                                        <?php
    902902
    903                                                                                         // Nonce fields
     903                                                                                        // Nonce fields.
    904904                                                                                        wp_nonce_field( 'bp_xprofile_admin_group', 'bp_xprofile_admin_group' );
    905905
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-query.php

    r11018 r12534  
    356356                $sql_chunks = array(
    357357                        'where' => array(),
    358                         'join' => array(),
     358                        'join'  => array(),
    359359                );
    360360
  • trunk/src/bp-xprofile/screens/settings-profile.php

    r11928 r12534  
    5353        }
    5454
    55         // 404 if there are any additional action variables attached
     55        // 404 if there are any additional action variables attached.
    5656        if ( bp_action_variables() ) {
    5757                bp_do_404();
Note: See TracChangeset for help on using the changeset viewer.