Skip to:
Content

bbPress.org

Ticket #3339: change.diff

File change.diff, 530 bytes (added by utsav72640, 5 years ago)

/src/bp-xprofile/bp-xprofile-admin.php

  • src/bp-xprofile/bp-xprofile-admin.php

    diff --git a/src/bp-xprofile/bp-xprofile-admin.php b/src/bp-xprofile/bp-xprofile-admin.php
    index 22d3148f0..83a8d8813 100644
    a b function xprofile_admin_manage_group( $group_id = null ) { 
    343343                // Check nonce.
    344344                check_admin_referer( 'bp_xprofile_admin_group', 'bp_xprofile_admin_group' );
    345345
    346                 // Validate $_POSTed data.
     346                // Validate $_POSTED data.
    347347                if ( BP_XProfile_Group::admin_validate() ) {
    348348
    349349                        // Set the group name.