Making WordPress.org


Ignore:
Timestamp:
03/10/2017 03:13:53 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Make single page template consistent with the rest of the forums.

Fixes #2574.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php

    r5049 r5139  
    11<div class="entry-meta sidebar">
    22
    3         <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
     3        <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page() ) : ?>
    44
    55                <?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.