Changeset 8435
- Timestamp:
- 03/11/2019 01:28:27 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
r8434 r8435 419 419 /* translators: %s: Forum user guide URL */ 420 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')421 esc_url( __( 'https://wordpress.org/support/forum-user-guide/faq/#why-are-links-not-allowed-in-reviews', 'wporg-forums' ) ) 422 422 ); 423 423 ?></li>
Note: See TracChangeset
for help on using the changeset viewer.