Changeset 4057
- Timestamp:
- 09/14/2016 03:42:49 PM (9 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
r4002 r4057 173 173 echo '<span class="reviews-need-login">'; 174 174 printf( 175 __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),175 __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ), 176 176 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in', 'verb: You must log in to submit a review.', 'wporg-forums' ) ) ); 177 177 echo '</span>'; … … 225 225 echo '<p>'; 226 226 printf( 227 __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),227 __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ), 228 228 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in', 'verb: You must log in to submit a review.', 'wporg-forums' ) ) ); 229 229 echo '</p>';
Note: See TracChangeset
for help on using the changeset viewer.