Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2010 10:45:01 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1477 - missing usage of BP_SEARCH_SLUG props GIGALinux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r2343 r2348  
    983983    global $bp;
    984984
    985     return apply_filters( 'bp_search_form_action', $bp->root_domain . '/search' );
     985    return apply_filters( 'bp_search_form_action', $bp->root_domain . '/' . BP_SEARCH_SLUG );
    986986}
    987987
Note: See TracChangeset for help on using the changeset viewer.