Changeset 5097 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
- Timestamp:
- 03/06/2017 03:36:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
r5096 r5097 234 234 if ( get_query_var( 'wporg_single_user_reviews' ) ) { 235 235 $args['post_parent'] = Plugin::REVIEWS_FORUM_ID; 236 } elseif ( bbp_is_single_user_topics() ) { 237 $args['post_parent__not_in'] = array( Plugin::REVIEWS_FORUM_ID ); 236 238 } 237 239
Note: See TracChangeset
for help on using the changeset viewer.