Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/07/2011 08:07:24 PM (14 years ago)
Author:
djpaul
Message:

Add search posts option into the header search box. Fixes #2255, props PedroMiguel and sorich87.
Also fixes search handling which was broken.

File:
1 edited

Legend:

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

    r4107 r4172  
    337337    if ( bp_is_active( 'forums' ) && bp_forums_is_installed_correctly() && !bp_forum_directory_is_disabled() )
    338338        $options['forums']  = __( 'Forums',  'buddypress' );
     339
     340    $options['posts'] = __( 'Posts', 'buddypress' );
    339341
    340342    // Eventually this won't be needed and a page will be built to integrate all search results.
Note: See TracChangeset for help on using the changeset viewer.