Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-template.php

    r5190 r5052  
    274274    extract( $r );
    275275
    276     if ( empty( $search_terms ) ) {
     276    if ( is_null( $search_terms ) ) {
    277277        if ( isset( $_REQUEST['group-filter-box'] ) && !empty( $_REQUEST['group-filter-box'] ) )
    278278            $search_terms = $_REQUEST['group-filter-box'];
     
    21852185        }
    21862186
    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 ) );
     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 ) );
    21882188    }
    21892189
Note: See TracChangeset for help on using the changeset viewer.