Skip to:
Content

BuddyPress.org

Changeset 7302


Ignore:
Timestamp:
07/24/2013 11:26:27 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix duplicate referer fields in BP_Group_Extension::maybe_create_screen() method. Fixes #5112.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7294 r7302  
    22492249                // The create screen requires an additional nonce field
    22502250                // due to a quirk in the way the templates are built
    2251                 wp_nonce_field( 'groups_create_save_' . bp_get_groups_current_create_step() );
     2251                wp_nonce_field( 'groups_create_save_' . bp_get_groups_current_create_step(), '_wpnonce', false );
    22522252        }
    22532253
Note: See TracChangeset for help on using the changeset viewer.