Making WordPress.org


Ignore:
Timestamp:
09/01/2016 08:11:04 PM (10 years ago)
Author:
jmdodd
Message:

Forums Theme: Use the old search for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

    r3901 r3918  
    33        <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
    44
    5                 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
     5                <?php if ( bbp_is_single_forum() ) : ?>
    66
    77                        <div>
     
    1313
    1414                        <div>
    15                                 <?php bb_base_topic_search_form(); ?>
     15                                <?php bb_base_search_form(); ?>
    1616                        </div>
    1717
     
    4848
    4949                        <div>
    50                                 <?php bb_base_reply_search_form(); ?>
     50                                <?php bb_base_search_form(); ?>
    5151                        </div>
    5252
Note: See TracChangeset for help on using the changeset viewer.