Making WordPress.org

Changeset 8274


Ignore:
Timestamp:
02/19/2019 02:53:31 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: After [8263], make sure the Reviews view is not treated as a topic tag, and still has the .bbp-view class.

H/t Cybr, Otto42.
See #4142.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php

    r8264 r8274  
    362362                if ( bbp_is_single_view() ) {
    363363                        bbp_view_query();  // Populate bbpress()->topic_query.
     364                        bbpress()->topic_query->is_tax = false;
    364365                        $max_pages = bbpress()->topic_query->max_num_pages;
    365366                } elseif ( bbp_is_single_topic() ) {
Note: See TracChangeset for help on using the changeset viewer.