Changeset 3906
- Timestamp:
- 09/01/2016 04:26:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r3902 r3906 97 97 ( bbp_is_single_forum() && bbp_get_forum_id() == $this->forum_id() ) 98 98 || 99 ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( $this->compat(), 'reviews', 'active' ) ) )99 ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), array( 'plugin', 'theme', 'reviews', 'active' ) ) ) 100 100 ) { 101 101 $terms = get_the_terms( $topic_id, $this->taxonomy() );
Note: See TracChangeset
for help on using the changeset viewer.