Changeset 4474
- Timestamp:
- 12/04/2016 07:08:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r4223 r4474 184 184 185 185 /* Translators: Plugin name. */ 186 $content = sprintf( __( 'Unfortunately your plugin hosting request for %s has been rejected.', 'wporg-plugins' ), $post->post_title ). "\n\n\n"; 186 $content = sprintf( __( 'Unfortunately your plugin submission for %s has been rejected from the WordPress.org Directory.', 'wporg-plugins' ), $post->post_title ). "\n\n\n"; 187 $content .= sprintf( __( 'If you believe this to be in error, please email %s with your plugin attached as a zip and explain why you feel your plugin should be an exception.', 'wporg-plugins' ), 'plugins@wordpress.org' ). "\n\n\n"; 187 188 $content .= __( 'The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n"; 188 189 $content .= 'https://make.wordpress.org/plugins';
Note: See TracChangeset
for help on using the changeset viewer.