Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
- Timestamp:
- 07/03/2020 03:11:38 AM (5 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
r9985 r10000 193 193 194 194 // Undo the above filter, for titles of replies to reviews. See #meta4254 195 add_filter( 'bbp_get_topic_last_topic_title', array( $this, 'undo_topic_title' ), 10, 1 ); 195 add_filter( 'bbp_get_topic_last_topic_title', array( $this, 'undo_topic_title' ), 10, 1 ); 196 196 ?> 197 197 <div class="review-ratings"> … … 327 327 328 328 // set the rating 329 \WPORG_Ratings::set_rating( 330 $topic_id, 331 $this->compat, 332 $this->slug, 333 bbp_get_topic_author_id( $topic_id ), 334 $rating 329 \WPORG_Ratings::set_rating( 330 $topic_id, 331 $this->compat, 332 $this->slug, 333 bbp_get_topic_author_id( $topic_id ), 334 $rating 335 335 ); 336 336 }
Note: See TracChangeset
for help on using the changeset viewer.