Changeset 13923
- Timestamp:
- 07/26/2024 01:32:45 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
r13698 r13923 103 103 if ( ! in_array( bbp_get_topic_post_type(), (array) $query->get( 'post_type' ) ) ) { 104 104 return $clauses; 105 } 106 107 // Don't adjust if it's looking for a specific users review, such as, `::review_exists()` 108 if ( $query->get( 'author' ) ) { 109 return $clauses; 105 110 } 106 111
Note: See TracChangeset
for help on using the changeset viewer.