Changeset 4930
- Timestamp:
- 02/18/2017 10:04:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
r4920 r4930 312 312 'orderby' => 'ID', 313 313 ) ); 314 315 $this->review_topic_query = bbpress()->topic_query; 314 316 } 315 317 … … 339 341 340 342 if ( $this->review_exists() ) { 343 bbpress()->topic_query = $this->review_topic_query; 341 344 bbp_the_topic(); 342 345 add_filter( 'bbp_is_topic_edit', '__return_true' );
Note: See TracChangeset
for help on using the changeset viewer.