Changeset 11236
- Timestamp:
- 09/15/2021 06:08:52 AM (5 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
r11235 r11236 1220 1220 // Note that this only applies to new ticket creation, so it won't happen on themes with existing outstanding tickets 1221 1221 if ( $this->trac_ticket->priority == 'theme update' ) { 1222 $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically reviewed &approved', array( 'action' => 'new_no_review' ), false );1222 $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically approved', array( 'action' => 'new_no_review' ), false ); 1223 1223 1224 1224 $this->trac_ticket->resolution = 'live';
Note: See TracChangeset
for help on using the changeset viewer.