Making WordPress.org

Ticket #5419: 5419.diff

File 5419.diff, 2.7 KB (added by Ipstenu, 5 years ago)
  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-plugin-approved.php

     
    1717        function body() {
    1818                /* translators: 1: plugin name, 2: plugin author's username, 3: plugin slug */
    1919                $email_text = __(
    20 'Congratulations, your plugin hosting request for %1$s has been approved.
     20'Congratulations, the plugin hosting request for %1$s has been approved.
    2121
    22 Within one (1) hour your account will be granted commit access to your Subversion (SVN) repository. Your username is %2$s and your password is the one you already use to log in to WordPress.org. Keep in mind, your username is case sensitive and you cannot use your email address to log in to SVN.
     22Within one (1) hour your account (%2$s) will be granted commit access to your Subversion (SVN) repository.
    2323
    24 https://plugins.svn.wordpress.org/%3$s
     24* SVN URL: https://plugins.svn.wordpress.org/%3$s
     25* Public URL: https://wordpress.org/plugins/%3$s
    2526
    26 Once your account has been added, you will need to upload your code using a SVN client of your choice. We are unable to upload or maintain your code for you.
     27Once your account access has been activated, you may upload your code using a SVN client of your choice. If you are new to SVN (or the Plugin Directory) make sure to review all the links in this email.
    2728
     29To answer some common questions:
     30
     31* You must use SVN to upload your code -- we are unable to do that for you
     32* Your SVN username is %2$s and your password is the same as you use to log in to WordPress.org
     33* Your username is case sensitive
     34* SVN will not accept your email address as a username
     35* Due to the size of the directory, it may take 72 hours before all search results are properly updated
     36
     37To help you get started, here are some links:
     38
    2839Using Subversion with the WordPress Plugin Directory:
    2940https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/
    3041
     
    4152https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/
    4253
    4354WordPress Plugin Directory Guidelines:
    44 https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/
     55https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines
    4556
     57Block Specific Plugin Guidelines:
     58https://developer.wordpress.org/plugins/wordpress-org/block-specific-plugin-guidelines/
     59
    4660If you have issues or questions, please reply to this email and let us know.
    4761
    4862Enjoy!', 'wporg-plugins' );