Changeset 4561
- Timestamp:
- 12/21/2016 12:47:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r4530 r4561 775 775 776 776 /* translators: 1: theme name, 2: Trac ticket URL */ 777 $email_content = sprintf( __( 'Thank you for uploading %1$s to the WordPress Theme Directory. If your theme is selected to be part of the directory we\'ll send a follow up email. 778 779 Feedback will be provided at %2$s 780 781 -- 782 The WordPress.org Themes Team 783 https://make.wordpress.org/themes', 'wporg-themes' ), 777 $email_content = sprintf( __( 'Thank you for uploading %1$s to the WordPress Theme Directory. A ticket has been created for the review: 778 <%2$s> 779 780 ** Requirements ** 781 The theme must pass all the requirements to be included in the Theme Directory. The ticket will be closed if five or more different errors are found. 782 <https://make.wordpress.org/themes/handbook/review/required/> 783 784 ** Review Process ** 785 To understand the review process, read the summary in our handbook: 786 <https://make.wordpress.org/themes/handbook/review/> 787 788 ** Accessibility Ready ** 789 If you\'ve submitted a theme with the accessibility ready tag, it will go through a secondary review process to meet accessibility guidelines. 790 Please review the guidelines in our handbook: 791 <https://make.wordpress.org/themes/handbook/review/accessibility/> 792 793 ** Theme Updates ** 794 You can update your theme any time and it will be added to the ticket. You can do so by bumping up your theme\'s version number in your style.css and uploading a new ZIP file. 795 <https://wordpress.org/themes/getting-started/> 796 797 ** Contribute! ** 798 You can help speed up the process by making sure that your theme follows all of the requirements. You can also help by becoming a reviewer. 799 <https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/> 800 801 ** Questions? ** 802 If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themereview channel. <https://chat.wordpress.org/> 803 804 Subscribe to the Theme Review blog to stay up to date with the latest requirements and the ongoing work to improve the review process: 805 <https://make.wordpress.org/themes/> 806 807 Thank you. 808 The WordPress Theme Review Team', 'wporg-themes' ), 784 809 $this->theme->display( 'Name' ), 785 810 'https://themes.trac.wordpress.org/ticket/' . $ticket_id
Note: See TracChangeset
for help on using the changeset viewer.