Skip to:
Content

BuddyPress.org

Ticket #3973: bp-groups-template.php.patch

File bp-groups-template.php.patch, 763 bytes (added by sboisvert, 13 years ago)

one line patch that hads a trailing slash

  • bp-groups/bp-groups-template.php

     
    20212021                if ( !bp_action_variable( 1 ) )
    20222022                        $bp->action_variables[1] = array_shift( array_keys( $bp->groups->group_creation_steps ) );
    20232023
    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 ).'/' );
    20252025        }
    20262026
    20272027function bp_is_group_creation_step( $step_slug ) {