Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/02/2011 05:42:14 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect function name in bp_core_action_search_site() introduced in r4652.

File:
1 edited

Legend:

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

    r5028 r5094  
    846846
    847847            case 'forums':
    848                 $slug = bp_is_active( 'forums' ) ? bp_get_groups_root_slug() : '';
     848                $slug = bp_is_active( 'forums' ) ? bp_get_forums_root_slug() : '';
    849849                $query_string = '/?fs=';
    850850                break;
Note: See TracChangeset for help on using the changeset viewer.