Making WordPress.org


Ignore:
Timestamp:
03/11/2019 01:23:41 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Add a notice to discourage review authors from adding links to their review.

Props jdembowski, Clorith, tobifjellner.
Fixes #4236.

File:
1 edited

Legend:

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

    r8433 r8434  
    415415            <li><?php echo esc_html( $rate ); ?></li>
    416416            <li><?php esc_html_e( 'Please provide as much detail as you can to justify your rating and to help others.', 'wporg-forums' ); ?></li>
     417            <li><?php
     418                printf(
     419                    /* translators: %s: Forum user guide URL */
     420                    __( 'Please <a href="%s">do not add links to your review</a>, keep the review about your experience in text only.', 'wporg-forums' ),
     421                    __( 'https://wordpress.org/support/forum-user-guide/faq/#why-are-links-not-allowed-in-reviews' )
     422                );
     423            ?></li>
    417424        </ul>
    418425        <?php
Note: See TracChangeset for help on using the changeset viewer.