Changeset 5704 for trunk/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 02/11/2012 02:45:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-screens.php
r5699 r5704 63 63 // Check we have field ID's 64 64 if ( empty( $_POST['field_ids'] ) ) 65 bp_core_redirect( trailingslashit( $bp->displayed_user->domain. $bp->profile->slug . '/edit/group/' . bp_action_variable( 1 ) ) );65 bp_core_redirect( trailingslashit( bp_displayed_user_domain() . $bp->profile->slug . '/edit/group/' . bp_action_variable( 1 ) ) ); 66 66 67 67 // Explode the posted field IDs into an array so we know which
Note: See TracChangeset
for help on using the changeset viewer.