Making WordPress.org

Changeset 11236


Ignore:
Timestamp:
09/15/2021 06:08:52 AM (5 years ago)
Author:
dd32
Message:

Theme Directory: tweak the text for when a theme update is uploaded - no 'review' is performed.

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  
    12201220            // Note that this only applies to new ticket creation, so it won't happen on themes with existing outstanding tickets
    12211221            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 );
    12231223
    12241224                $this->trac_ticket->resolution = 'live';
Note: See TracChangeset for help on using the changeset viewer.