Skip to:
Content

BuddyPress.org

Ticket #1477: 1477.diff

File 1477.diff, 485 bytes (added by GIGALinux, 15 years ago)
  • bp-core-templatetags.php

     
    982982function bp_search_form_action() {
    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
    988988function bp_search_form_type_select() {