Making WordPress.org

Changeset 12163

Timestamp:
10/31/2022 04:13:18 AM (22 months ago)
Author:
dd32
Message:

Plugin Directory: Use more inclusive language post-plugin-submission, hopefully ensuring all plugin authors get all WordPress.org emails.

Props Ipstenu, sean212.
Closes https://github.com/WordPress/wordpress.org/pull/97.
Fixes #6540.

File:
1 edited

Legend:

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

    r11348 r12163  
    360360        ) . '</p><p>';
    361361
    362         $message .= sprintf(
    363             /* translators: 1: plugins@wordpress.org */
    364             __( 'We&rsquo;ve sent you an email verifying this submission. Please make sure to whitelist our email address - <a href="mailto:%1$s">%1$s</a> - to ensure you receive all our communications.' ),
    365             'plugins@wordpress.org'
    366         ) . '</p><p>';
     362        $message .= __( 'We&rsquo;ve sent you an email verifying this submission. Make sure you set all emails from wordpress.org to never go to spam (i.e. via email filters or approval lists). That will ensure you won&rsquo;t miss any of our messages.', 'wporg-plugins' ) . '</p><p>';
    367363
    368364        $message .= __( 'If there are any errors in your submission, such as having submitted via the wrong account, please don\'t resubmit! Instead, email us as soon as possible (you can reply to the automated email we sent you). We can correct most issues before approval.', 'wporg-plugins' ) . '</p><p>';
Note: See TracChangeset for help on using the changeset viewer.