Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/29/2011 09:53:44 PM (14 years ago)
Author:
boonebgorges
Message:

Ensures links are constructed with trailing slash in blogs and core component. See #3779

File:
1 edited

Legend:

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

    r5394 r5415  
    238238
    239239function 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() ) );
    241241}
    242242
Note: See TracChangeset for help on using the changeset viewer.