Changeset 5923 for sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
- Timestamp:
- 09/13/2017 10:14:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
r1644 r5923 18 18 <?php endif; ?> 19 19 20 <?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) || is_page( 'new-topic' ) ) : ?>20 <?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() && ! is_front_page() ) || is_page( 'new-topic' ) ) : ?> 21 21 22 22 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.