Changeset 11510 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 02/03/2022 04:55:30 AM (3 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
r11479 r11510 1233 1233 ) ); 1234 1234 1235 // Theme reviewteam auto-approves theme-updates, so mark the theme as live immediately.1236 // Note that this only applies to new ticket creation, so it won't happen on themes with existing outstanding tickets 1235 // Themes team auto-approves theme-updates, so mark the theme as live immediately. 1236 // Note that this only applies to new ticket creation, so it won't happen on themes with existing outstanding tickets. 1237 1237 if ( $this->trac_ticket->priority == 'theme update' ) { 1238 1238 $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically approved', array( 'action' => 'new_no_review' ), false ); … … 1512 1512 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/> 1513 1513 1514 Subscribe to the Theme Reviewblog to stay up to date with the latest requirements and the ongoing work to improve the review process:1514 Subscribe to the Themes Team blog to stay up to date with the latest requirements and the ongoing work to improve the review process: 1515 1515 <https://make.wordpress.org/themes/> 1516 1516 1517 1517 Thank you. 1518 The WordPress Theme ReviewTeam', 'wporg-themes' ),1518 The WordPress Themes Team', 'wporg-themes' ), 1519 1519 $this->theme->display( 'Name' ), 1520 1520 'https://themes.trac.wordpress.org/ticket/' . $this->trac_ticket->id
Note: See TracChangeset
for help on using the changeset viewer.