Changeset 12163
- Timestamp:
- 10/31/2022 04:13:18 AM (2 years ago)
- 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 360 360 ) . '</p><p>'; 361 361 362 $message .= sprintf( 363 /* translators: 1: plugins@wordpress.org */ 364 __( 'We’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’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’t miss any of our messages.', 'wporg-plugins' ) . '</p><p>'; 367 363 368 364 $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.