Ticket #3339: change.diff
File change.diff, 530 bytes (added by , 5 years ago) |
---|
-
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 ) { 343 343 // Check nonce. 344 344 check_admin_referer( 'bp_xprofile_admin_group', 'bp_xprofile_admin_group' ); 345 345 346 // Validate $_POST eddata.346 // Validate $_POSTED data. 347 347 if ( BP_XProfile_Group::admin_validate() ) { 348 348 349 349 // Set the group name.