Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2017 09:57:35 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Nonce protection for XProfile group & field actions.

File:
1 edited

Legend:

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

    r11447 r11468  
    15631563    private function default_field_hidden_inputs() {
    15641564
     1565        // Nonce
     1566        wp_nonce_field( 'bp_xprofile_admin_field', 'bp_xprofile_admin_field' );
     1567
    15651568        // Field 1 is the fullname field, which cannot have custom visibility.
    15661569        if ( false === $this->is_default_field() ) {
Note: See TracChangeset for help on using the changeset viewer.