Ticket #3973: bp-groups-template.php.patch
File bp-groups-template.php.patch, 763 bytes (added by , 13 years ago) |
---|
-
bp-groups/bp-groups-template.php
2021 2021 if ( !bp_action_variable( 1 ) ) 2022 2022 $bp->action_variables[1] = array_shift( array_keys( $bp->groups->group_creation_steps ) ); 2023 2023 2024 return apply_filters( 'bp_get_group_creation_form_action', bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create/step/' . bp_action_variable( 1 ) );2024 return apply_filters( 'bp_get_group_creation_form_action', bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create/step/' . bp_action_variable( 1 ).'/' ); 2025 2025 } 2026 2026 2027 2027 function bp_is_group_creation_step( $step_slug ) {