Skip to:
Content

BuddyPress.org


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

xProfile: fix PHP Code standards in inline comments

props passoniate

See #8217

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.