diff --git a/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php b/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
index 467d04d..3d771c7 100644
|
a
|
b
|
TICKET; |
| 565 | 565 | if ( $theme_check_results ) { |
| 566 | 566 | $this->trac_ticket->description .= "\nTheme Check Results:\n" . $theme_check_results; |
| 567 | 567 | } |
| 568 | | |
| | 568 | |
| 569 | 569 | } |
| 570 | 570 | |
| 571 | 571 | /* |
| … |
… |
TICKET; |
| 598 | 598 | $e = preg_replace( '/<pre.*?>/', "\r\n{{{\r\n", $e ); |
| 599 | 599 | $e = str_replace( '</pre>', "\r\n}}}\r\n", $e ); |
| 600 | 600 | $e = preg_replace( '!<span class="[^"]+">([^<]+)</span>!', '$1', $e ); |
| 601 | | |
| | 601 | |
| 602 | 602 | if ( 'INFO' !== substr( $e, 0, 4 ) ) { |
| 603 | 603 | $tc_results[] = '* ' . $e; |
| 604 | 604 | } |
| … |
… |
https://make.wordpress.org/themes', 'wporg-themes' ), |
| 773 | 773 | ); |
| 774 | 774 | |
| 775 | 775 | /* translators: 1: theme name, 2: Trac ticket URL */ |
| 776 | | $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. |
| | 776 | $email_content = sprintf( __( 'Thank you for uploading %1$s to the WordPress Theme Directory. |
| | 777 | |
| | 778 | Your theme is now in the Theme Review queue. |
| | 779 | You can view your ticket here: %2$s |
| | 780 | |
| | 781 | Once your theme reaches the top of the queue, it will be assigned to the next available reviewer. You will be notified by e-mail when the review starts. |
| | 782 | You can check your status in the queue at any time. https://themes.trac.wordpress.org/report/2 |
| | 783 | |
| | 784 | Your theme will be checked against the Theme Review Guidelines and it needs to pass all the requirements to be included in the Theme Directory. |
| | 785 | https://make.wordpress.org/themes/handbook/review/required/ |
| | 786 | It is important that you read these guidelines carefully, because your ticket may be closed if five or more errors are found. |
| | 787 | |
| | 788 | Throughout the process, the reviewer will post comments in the ticket indicating changes that needs to be made. You will need to fix those issues and re-upload your theme via the upload page. https://wordpress.org/themes/upload/ |
| | 789 | You and the reviewer will collaborate in this way until all issues are resolved. |
| | 790 | |
| | 791 | During the review, it is important to stay active in the ticket. If you need more than seven days to make updates you should let the reviewer know, otherwise the ticket may be closed and the reviewer will be assigned another theme. |
| 777 | 792 | |
| 778 | | Feedback will be provided at %2$s |
| | 793 | When the reviewer approves your theme, it will be sent to a key reviewer for a final check before it is published in the WordPress.org Theme Directory. |
| | 794 | You can find a list of themes that are approved but not live here: https://themes.trac.wordpress.org/report/24 |
| | 795 | |
| | 796 | A summary of the review process is also available in our handbook: https://make.wordpress.org/themes/handbook/review/ |
| | 797 | |
| | 798 | You can help! |
| | 799 | Theme reviews are done by volunteers. You can help speed up the process by making sure that your theme follows the requirements, but also by joining the Theme Review Team. https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/ |
| | 800 | |
| | 801 | To stay up to date with the latest requirements and the ongoing work to improve the review process, please subscribe to the blog: https://make.wordpress.org/themes/ |
| | 802 | |
| | 803 | Questions? |
| | 804 | If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themereview channel. https://make.wordpress.org/chat/ |
| | 805 | |
| | 806 | Thank you. |
| | 807 | The WordPress Theme Review Team |
| 779 | 808 | |
| 780 | 809 | -- |
| 781 | | The WordPress.org Themes Team |
| 782 | 810 | https://make.wordpress.org/themes', 'wporg-themes' ), |
| 783 | 811 | $this->theme->display( 'Name' ), |
| 784 | 812 | 'https://themes.trac.wordpress.org/ticket/' . $ticket_id |