Skip to:
Content

BuddyPress.org

Changeset 3627 for trunk/bp-core.php


Ignore:
Timestamp:
12/30/2010 10:13:05 PM (16 years ago)
Author:
boonebgorges
Message:

Replaces generic 'Search anything' default directory search text with component-specific text. Fixes #1915. Fixes ->forums->slug so that it is properly set in the bp_pages way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3612 r3627  
    168168        if ( !$bp->current_component && $bp->displayed_user->id )
    169169                $bp->current_component = $bp->default_component;
     170
     171        // The default text for the members directory search box
     172        $bp->default_search_strings[$bp->members->slug] = __( 'Search Members...', 'buddypress' );
    170173
    171174        do_action( 'bp_core_setup_globals' );
Note: See TracChangeset for help on using the changeset viewer.