Changeset 10015
- Timestamp:
- 07/15/2015 08:26:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r10014 r10015 524 524 global $group; 525 525 526 $bp = buddypress(); 526 // Build the form action URL 527 $form_action = trailingslashit( bp_displayed_user_domain() . bp_get_profile_slug() . '/edit/group/' . $group->id ); 527 528 528 529 /** … … 534 535 * profile group edit form. 535 536 */ 536 return apply_filters( 'bp_get_the_profile_group_edit_form_action', trailingslashit( bp_displayed_user_domain() . bp_get_profile_slug() . '/edit/group/' . $group->id ));537 return apply_filters( 'bp_get_the_profile_group_edit_form_action', $form_action ); 537 538 } 538 539
Note: See TracChangeset
for help on using the changeset viewer.