Changeset 5415 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 11/29/2011 09:53:44 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5394 r5415 238 238 239 239 function bp_search_form_action() { 240 return apply_filters( 'bp_search_form_action', bp_get_root_domain() . '/' . bp_get_search_slug() );240 return apply_filters( 'bp_search_form_action', trailingslashit( bp_get_root_domain() . '/' . bp_get_search_slug() ) ); 241 241 } 242 242
Note: See TracChangeset
for help on using the changeset viewer.