Changeset 7302 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 07/24/2013 11:26:27 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r7294 r7302 2249 2249 // The create screen requires an additional nonce field 2250 2250 // 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 ); 2252 2252 } 2253 2253
Note: See TracChangeset
for help on using the changeset viewer.