Making WordPress.org


Ignore:
Timestamp:
02/03/2022 04:55:30 AM (3 years ago)
Author:
dd32
Message:

Theme Directory: Replace references to the Theme Review Team with Themes Team.

Props bijayyadav, kafleg, dd32.

Fixes #6074.
Closes https://github.com/WordPress/wordpress.org/pull/56.

Co-authored-by: <bijayyadav@…>
Co-authored-by: <kafleg@…>

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  
    12331233            ) );
    12341234
    1235             // Theme review 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
     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.
    12371237            if ( $this->trac_ticket->priority == 'theme update' ) {
    12381238                $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically approved', array( 'action' => 'new_no_review' ), false );
     
    15121512If 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/>
    15131513
    1514 Subscribe to the Theme Review blog to stay up to date with the latest requirements and the ongoing work to improve the review process:
     1514Subscribe to the Themes Team blog to stay up to date with the latest requirements and the ongoing work to improve the review process:
    15151515<https://make.wordpress.org/themes/>
    15161516
    15171517Thank you.
    1518 The WordPress Theme Review Team', 'wporg-themes' ),
     1518The WordPress Themes Team', 'wporg-themes' ),
    15191519                $this->theme->display( 'Name' ),
    15201520                'https://themes.trac.wordpress.org/ticket/' . $this->trac_ticket->id
Note: See TracChangeset for help on using the changeset viewer.