Making WordPress.org

Changeset 9722


Ignore:
Timestamp:
04/15/2020 12:15:15 AM (5 years ago)
Author:
dd32
Message:

Forums: Include Plugin/Theme topics in the modlook view.

Fixes #5147.

File:
1 edited

Legend:

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

    r9606 r9722  
    312312            }
    313313
    314             if ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( 'plugin', 'theme', 'reviews', 'active', 'unresolved' ) ) ) {
     314            if ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( 'plugin', 'theme', 'reviews', 'active', 'unresolved', 'taggedmodlook' ) ) ) {
    315315                $r['post_parent__not_in'] = array( Plugin::THEMES_FORUM_ID, Plugin::PLUGINS_FORUM_ID, Plugin::REVIEWS_FORUM_ID );
    316316            }
Note: See TracChangeset for help on using the changeset viewer.