Changeset 5139 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php
- Timestamp:
- 03/10/2017 03:13:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php
r5049 r5139 1 1 <div class="entry-meta sidebar"> 2 2 3 <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic') ) : ?>3 <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page() ) : ?> 4 4 5 5 <?php if ( bbp_is_single_forum() || ( bb_is_intl_forum() && bb_base_topic_search_query( false ) ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.