Skip to:
Content

bbPress.org

Ticket #3339: Update-patch.diff

File Update-patch.diff, 528 bytes (added by utsav72640, 5 years ago)

patch is updated....

  • 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..45b9f667a 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 $_POST data.
    347347                if ( BP_XProfile_Group::admin_validate() ) {
    348348
    349349                        // Set the group name.