Making WordPress.org

Ticket #2250: 2250.diff

File 2250.diff, 1.3 KB (added by Ipstenu, 10 years ago)

Rewritten rejection with directions on what to do next!

  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php

     
    183183                $subject = sprintf( __( '[WordPress Plugin Directory] %s has been rejected', 'wporg-plugins' ), $post->post_title );
    184184
    185185                /* 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";
    187188                $content .= __( 'The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n";
    188189                $content .= 'https://make.wordpress.org/plugins';
    189190