Changeset 3918 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
- Timestamp:
- 09/01/2016 08:11:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
r3901 r3918 3 3 <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?> 4 4 5 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false )) : ?>5 <?php if ( bbp_is_single_forum() ) : ?> 6 6 7 7 <div> … … 13 13 14 14 <div> 15 <?php bb_base_ topic_search_form(); ?>15 <?php bb_base_search_form(); ?> 16 16 </div> 17 17 … … 48 48 49 49 <div> 50 <?php bb_base_ reply_search_form(); ?>50 <?php bb_base_search_form(); ?> 51 51 </div> 52 52
Note: See TracChangeset
for help on using the changeset viewer.