Changeset 4796
- Timestamp:
- 01/26/2017 12:18:12 AM (8 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
r4476 r4796 302 302 case 'plugin' : 303 303 /* translators: %s: plugin support forum URL */ 304 $report = __( 'If you are reporting an issue with this plugin, please post <a href="%s">here</a> instead.', 'wporg-forums' );304 $report = __( 'If you are reporting an issue with this plugin, please post in the <a href="%s">plugin support forum</a> instead.', 'wporg-forums' ); 305 305 $rate = __( 'In order to rate a plugin, you must also submit a review.', 'wporg-forums' ); 306 306 break; 307 307 case 'theme' : 308 308 /* translators: %s: theme support forum URL */ 309 $report = __( 'If you are reporting an issue with this theme, please post <a href="%s">here</a> instead.', 'wporg-forums' );309 $report = __( 'If you are reporting an issue with this theme, please post in the <a href="%s">theme support forum</a> instead.', 'wporg-forums' ); 310 310 $rate = __( 'In order to rate a theme, you must also submit a review.', 'wporg-forums' ); 311 311 break;
Note: See TracChangeset
for help on using the changeset viewer.