Making WordPress.org

Timestamp:
06/04/2024 03:53:52 AM (8 weeks ago)
Author:
dd32
Message:

Plugin Directory: Update strings to reflect new plugin submission process.

Props frantorres, naeemhaque, dd32.
Fixes #7663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r13769 r13771  
    199199                            /* translators: %s: Amount of pending plugins. */
    200200                            esc_html( _n(
    201                                 '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.',
    202                                 '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.',
     201                                '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 .',
     202                                '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 .',
    203203                                $submitted_counts->pending,
    204204                                'wporg-plugins'
Note: See TracChangeset for help on using the changeset viewer.