Changeset 2691
- Timestamp:
- 03/03/2016 10:14:42 PM (9 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
r2686 r2691 615 615 // Note that this only applies to new ticket creation, so it won't happen on themes with existing outstanding tickets 616 616 if ( $this->trac_ticket->priority == 'theme update' ) { 617 $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically reviewed', array( 'action' => 'review' ), false ); 617 618 $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically approved', array( 'action' => 'approve_and_live' ), false ); 618 619 // temporary debugging - email otto about it TODO remove this after testing
Note: See TracChangeset
for help on using the changeset viewer.