Changeset 12178 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-release-confirmation-enabled.php
- Timestamp:
- 11/01/2022 07:51:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/email/class-release-confirmation-enabled.php
r10214 r12178 16 16 17 17 function body() { 18 /* translators: 1: Plugin Author, 2: Plugin Name, 3: URL to the handbook */18 /* translators: 1: Plugin Author, 2: User Name, 5: Plugin Name, 4: Plugin URL, 5: Plugin slug, 6: URL to the handbook */ 19 19 return sprintf( 20 20 __( 'Howdy %1$s, 21 21 22 Release confirmations are now enabled for %2$s. 22 %2$s has enabled release confirmations for the following plugin: 23 %3$s 24 %4$s 23 25 24 This means that each time you release a new version of %2$s you\'ll be required to confirm the release by following a link in an automated email. 26 A new email will be sent to all committers when a new pending release exists for %5$s with a link to the Release Management dashboard. 27 28 You, or another committer to the plugin, will be required to confirm the release on that dashboard before WordPress.org processes the newly committed plugin update. 25 29 26 30 For more information, please read the following handbook article: 27 % 3$s', 'wporg-plugins' ),31 %6$s', 'wporg-plugins' ), 28 32 $this->user_text( $this->user ), 33 $this->user_text( $this->who ), 29 34 $this->plugin->post_title, 30 'https://developer.wordpress.org/plugins/wordpress-org/' // TODO: Handbook page. 35 get_permalink( $this->plugin ), 36 $this->plugin->post_name, 37 'https://developer.wordpress.org/plugins/wordpress-org/release-confirmation-emails/' 31 38 ); 32 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)