Changeset 5922
- Timestamp:
- 09/13/2017 10:14:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php
r1644 r5922 2 2 <div class="sidebar"> 3 3 4 <?php if ( is_bbpress() || is_page( 'new-topic' ) ) : ?>4 <?php if ( ( ! is_front_page() && is_bbpress() ) || is_page( 'new-topic' ) ) : ?> 5 5 6 6 <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.