- Timestamp:
- 01/20/2020 06:55:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r12317 r12534 806 806 global $message; 807 807 808 // Users Admin URL 808 // Users Admin URL. 809 809 $users_url = bp_get_admin_url( 'users.php' ); 810 810 811 // URL to cancel to 811 // URL to cancel to. 812 812 $cancel_url = add_query_arg( array( 813 813 'page' => 'bp-profile-setup' … … 901 901 <?php 902 902 903 // Nonce fields 903 // Nonce fields. 904 904 wp_nonce_field( 'bp_xprofile_admin_group', 'bp_xprofile_admin_group' ); 905 905
Note: See TracChangeset
for help on using the changeset viewer.