Changeset 5153
- Timestamp:
- 03/17/2017 02:24:07 PM (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
r5095 r5153 370 370 ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), $this->compat_views() ) ) 371 371 || 372 ( get_query_var( 'wporg_single_user_reviews' ) )372 ( bbp_is_single_user_topics() || bbp_is_single_user_replies() || get_query_var( 'wporg_single_user_reviews' ) ) 373 373 ) { 374 374 $terms = get_the_terms( $topic_id, $this->taxonomy() );
Note: See TracChangeset
for help on using the changeset viewer.