Changeset 4059
- Timestamp:
- 09/14/2016 04:01:12 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
r4058 r4059 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.' ),176 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in ', 'verb: You must log into submit a review.', 'wporg-forums' ) ) );175 __( 'You must %s to submit a review.' ), 176 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in or register', 'verb: You must log in or register to submit a review.', 'wporg-forums' ) ) ); 177 177 echo '</span>'; 178 178 } … … 223 223 echo '<p>'; 224 224 printf( 225 __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),226 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in ', 'verb: You must log into submit a review.', 'wporg-forums' ) ) );225 __( 'You must %s to submit a review.' ), 226 sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in or register', 'verb: You must log in or register to submit a review.', 'wporg-forums' ) ) ); 227 227 echo '</p>'; 228 228 return;
Note: See TracChangeset
for help on using the changeset viewer.