Changeset 3926 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
- Timestamp:
- 09/02/2016 12:40:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
r3923 r3926 3 3 <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?> 4 4 5 <?php if ( bbp_is_single_forum() ) : ?>5 <?php if ( bbp_is_single_forum() || ( bb_is_intl_forum() && bb_base_topic_search_query( false ) ) ) : ?> 6 6 7 7 <div> … … 13 13 14 14 <div> 15 <?php bb_base_search_form(); ?> 15 <?php 16 if ( bb_is_intl_forum() ) : 17 bb_base_topic_search_form(); 18 else : 19 bb_base_search_form(); 20 endif; 21 ?> 16 22 </div> 17 23 … … 48 54 49 55 <div> 50 <?php bb_base_search_form(); ?> 56 <?php 57 if ( bb_is_intl_forum() ) : 58 bbp_base_reply_search_form(); 59 else : 60 bb_base_search_form(); 61 endif; 62 ?> 51 63 </div> 52 64
Note: See TracChangeset
for help on using the changeset viewer.