Making WordPress.org

Changeset 9117


Ignore:
Timestamp:
08/27/2019 08:51:33 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Clarify that reviews are currently in English only.

Update the list of trademarked slugs.

Props Ipstenu, tobifjellner.
Fixes #4704.

File:
1 edited

Legend:

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

    r9111 r9117  
    317317                ) . '</p><p>';
    318318
    319                 $message .= __( 'If there is any error in your submission, please email us as soon as possible. We can correct many issues before approval.', 'wporg-plugins' ) . '</p><p>';
     319                $message .= __( 'If there are any errors in your submission, please email us as soon as possible. We can correct many issues before approval.', 'wporg-plugins' ) . '</p><p>';
    320320
    321321                $message .= sprintf(
     
    324324                        'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/',
    325325                        'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/'
    326                 );
     326                ) . '</p><p>';
     327
     328                $message .= __( 'Note: Reviews are currently in English only. We apologize for the inconvenience.', 'wporg-plugins' );
    327329
    328330                // Success!
     
    341343                        'admin',
    342344                        'browse',
     345                        'category',
    343346                        'developers',
    344347                        'developer',
     
    368371        public function has_trademarked_slug() {
    369372                $trademarked_slugs = array(
     373                        'adobe-',
    370374                        'advanced-custom-fields-',
    371                         'contact-form-7-',
     375                        'amazon-',
    372376                        'divi-',
    373377                        'easy-digital-downloads-',
Note: See TracChangeset for help on using the changeset viewer.