Ticket #1477: 1477.diff
File 1477.diff, 485 bytes (added by , 15 years ago) |
---|
-
bp-core-templatetags.php
982 982 function bp_search_form_action() { 983 983 global $bp; 984 984 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 ); 986 986 } 987 987 988 988 function bp_search_form_type_select() {