Skip to:
Content

BuddyPress.org

Changeset 5179


Ignore:
Timestamp:
09/23/2011 09:40:10 PM (13 years ago)
Author:
boonebgorges
Message:

Use groups root slug when constructing Previous Step button during group creation process. Fixes #3607. Props wdfee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-groups/bp-groups-template.php

    r5052 r5179  
    21852185        }
    21862186
    2187         return apply_filters( 'bp_get_group_creation_previous_link', trailingslashit( bp_get_root_domain() ) . bp_get_groups_slug() . '/create/step/' . array_pop( $previous_steps ) );
     2187        return apply_filters( 'bp_get_group_creation_previous_link', trailingslashit( bp_get_root_domain() ) . bp_get_groups_root_slug() . '/create/step/' . array_pop( $previous_steps ) );
    21882188    }
    21892189
Note: See TracChangeset for help on using the changeset viewer.