Changeset 9592
- Timestamp:
- 03/16/2020 05:21:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
r9255 r9592 120 120 /* translators: %s: Amount of pending plugins. */ 121 121 esc_html( _n( 122 'You have %s plugin being actively reviewed . You must complete this review before you can submit another plugin.',123 'You have %s plugins being actively reviewed . You must complete their reviews before you can submit another plugin.',122 'You have %s plugin being actively reviewed and have been sent an email regarding issues. You must complete this review before you can submit another plugin. Please reply to that email with your corrected code attached or linked in order to proceed with the review.', 123 'You have %s plugins being actively reviewed and have been sent emails regarding issues. You must complete their reviews before you can submit another plugin. Please reply to the emails with your corrected code attached or linked in order to proceed with each review.', 124 124 $submitted_counts->pending, 125 125 'wporg-plugins'
Note: See TracChangeset
for help on using the changeset viewer.