Making WordPress.org

Changeset 10394


Ignore:
Timestamp:
10/21/2020 09:26:33 PM (4 years ago)
Author:
Ipstenu
Message:

Plugin Directory

Update language in approved email to be more clear.

Includes:

  • Link to block guidelines
  • Direct link to plugin
  • Quick FAQ

Closes #5419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-plugin-approved.php

    r10124 r10394  
    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.
     28
     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:
    2738
    2839Using Subversion with the WordPress Plugin Directory:
     
    4455https://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
Note: See TracChangeset for help on using the changeset viewer.