Changeset 3886
- Timestamp:
- 08/30/2016 11:20:40 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
r3382 r3886 132 132 $content = sprintf( __( 'Congratulations, your plugin hosting request for %s has been approved.', 'wporg-plugins' ), $post->post_title ). "\n"; 133 133 134 $content .= __( 'Within one hour, you will have access to your SVN repository with your WordPress.org username and password (the same one you use on the forums).', 'wporg-plugins' ) . "\n"; 134 $content .= __( 'Within one hour you will have access to your SVN repository with the WordPress.org username and password you used to log in and submit your request. Your username is case sensitive.', 'wporg-plugins' ) . "\n\n"; 135 135 136 $content .= "http://plugins.svn.wordpress.org/{$post->post_name}\n\n"; 136 137 137 $content .= __( 'Here are some handy links to help you get started.', 'wporg-plugins' ) . "\n"; 138 $content .= __( 'Using Subversion with the WordPress Plugins Directory', 'wporg-plugins' ) . "\n"; 139 $content .= "https://wordpress.org/plugins/about/svn/\n\n"; 140 $content .= __( 'FAQ about the WordPress Plugins Directory', 'wporg-plugins' ) . "\n"; 141 $content .= "https://wordpress.org/plugins/about/faq/\n\n"; 142 $content .= __( 'WordPress Plugins Directory readme.txt standard', 'wporg-plugins' ) . "\n"; 138 $content .= __( 'Here are some handy links to help you get started.', 'wporg-plugins' ) . "\n\n"; 139 140 $content .= __( 'WordPress Plugin Directory Guidelines:', 'wporg-plugins' ) . "\n"; 141 $content .= "https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\n\n"; 142 143 $content .= __( 'Using Subversion with the WordPress Plugin Directory:', 'wporg-plugins' ) . "\n"; 144 $content .= "https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/\n\n"; 145 146 $content .= __( 'FAQ about the WordPress Plugin Directory:', 'wporg-plugins' ) . "\n"; 147 $content .= "https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/\n\n"; 148 149 $content .= __( 'WordPress Plugin Directory readme.txt standard:', 'wporg-plugins' ) . "\n"; 143 150 $content .= "https://wordpress.org/plugins/about/readme.txt\n\n"; 144 $content .= __( 'readme.txt validator:', 'wporg-plugins' ) . "\n"; 145 $content .= "https://wordpress.org/plugins/about/validator/\n\n\n"; 146 147 $content .= __( 'The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n"; 148 $content .= 'https://make.wordpress.org/plugins'; 151 152 $content .= __( 'A readme.txt validator:', 'wporg-plugins' ) . "\n"; 153 $content .= "https://wordpress.org/plugins/about/validator/\n\n"; 154 155 $content .= __( 'Plugin Assets (header images etc):', 'wporg-plugins' ) . "\n"; 156 $content .= "https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/\n\n"; 157 158 $content .= __( 'If you have issues or questions, please reply to this email and let us know.', 'wporg-plugins' ) . "\n\n"; 159 160 $content .= __( 'Enjoy!', 'wporg-plugins' ) . "\n\n"; 161 162 $content .= __( '-The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n"; 163 $content .= 'https://make.wordpress.org/plugins/'; 149 164 150 165 wp_mail( $plugin_author->user_email, $subject, $content, 'From: plugins@wordpress.org' );
Note: See TracChangeset
for help on using the changeset viewer.