Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (5 years ago)
Author:
dd32
Message:

Pinking shears, 10000

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  
    193193
    194194        // 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 );
    196196?>
    197197<div class="review-ratings">
     
    327327
    328328            // 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
    335335            );
    336336        }
Note: See TracChangeset for help on using the changeset viewer.