Making WordPress.org

Ticket #2040: meta-2040.patch

File meta-2040.patch, 1016 bytes (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php

     
    303303                ?>
    304304                <p><?php _e( 'When posting a review, follow these guidelines:', 'wporg-forums' ); ?></p>
    305305                <ul>
    306                         <li><?php printf( esc_html( $report ), esc_url( sprintf( 'https://wordpress.org/support/%s/%s/', $this->compat, $this->slug ) ) ); ?></li>
     306                        <li><?php printf( $report, esc_url( sprintf( 'https://wordpress.org/support/%s/%s/', $this->compat, $this->slug ) ) ); ?></li>
    307307                        <li><?php echo esc_html( $rate ); ?></li>
    308308                        <li><?php esc_html_e( 'Please provide as much detail as you can to justify your rating and to help others.', 'wporg-forums' ); ?></li>
    309309                </ul>