Changeset 12534
- Timestamp:
- 01/20/2020 06:55:27 PM (5 years ago)
- Location:
- trunk/src/bp-xprofile
- Files:
-
- 3 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 -
trunk/src/bp-xprofile/classes/class-bp-xprofile-query.php
r11018 r12534 356 356 $sql_chunks = array( 357 357 'where' => array(), 358 'join' => array(),358 'join' => array(), 359 359 ); 360 360 -
trunk/src/bp-xprofile/screens/settings-profile.php
r11928 r12534 53 53 } 54 54 55 // 404 if there are any additional action variables attached 55 // 404 if there are any additional action variables attached. 56 56 if ( bp_action_variables() ) { 57 57 bp_do_404();
Note: See TracChangeset
for help on using the changeset viewer.