Making WordPress.org


Ignore:
Timestamp:
09/15/2016 04:14:54 PM (9 years ago)
Author:
coffee2code
Message:

Support Forums: Unescape support forum link in mini guidelines of review posting form so it functions as a link.

Props SergeyBiryukov.
Fixes #2040.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php

    r4066 r4069  
    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>
Note: See TracChangeset for help on using the changeset viewer.