Changeset 10394
- Timestamp:
- 10/21/2020 09:26:33 PM (4 years ago)
- 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 18 18 /* translators: 1: plugin name, 2: plugin author's username, 3: plugin slug */ 19 19 $email_text = __( 20 'Congratulations, yourplugin hosting request for %1$s has been approved.20 'Congratulations, the plugin hosting request for %1$s has been approved. 21 21 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.22 Within one (1) hour your account (%2$s) will be granted commit access to your Subversion (SVN) repository. 23 23 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 25 26 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. 27 Once 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 29 To 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 37 To help you get started, here are some links: 27 38 28 39 Using Subversion with the WordPress Plugin Directory: … … 44 55 https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ 45 56 57 Block Specific Plugin Guidelines: 58 https://developer.wordpress.org/plugins/wordpress-org/block-specific-plugin-guidelines/ 59 46 60 If you have issues or questions, please reply to this email and let us know. 47 61
Note: See TracChangeset
for help on using the changeset viewer.