Changeset 8434 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
- Timestamp:
- 03/11/2019 01:23:41 AM (6 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
r8433 r8434 415 415 <li><?php echo esc_html( $rate ); ?></li> 416 416 <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> 417 424 </ul> 418 425 <?php
Note: See TracChangeset
for help on using the changeset viewer.