Changeset 11510
- Timestamp:
- 02/03/2022 04:55:30 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content
- Files:
-
- 4 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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
r9725 r11510 42 42 <h2 name="requirements"><?php _e( 'Guidelines & Resources', 'wporg-themes' ); ?></h2> 43 43 <p> 44 <?php printf( __( 'To ensure that WordPress users are guaranteed a good experience, every theme in the directory is reviewed by the theme reviewteam. Please <a href="%s">review the guidelines before uploading your theme</a>.', 'wporg-themes' ),44 <?php printf( __( 'To ensure that WordPress users are guaranteed a good experience, every theme in the directory is reviewed by the themes team. Please <a href="%s">review the guidelines before uploading your theme</a>.', 'wporg-themes' ), 45 45 'https://make.wordpress.org/themes/handbook/review/' 46 46 ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r11029 r11510 37 37 <p><?php printf( 38 38 /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */ 39 __( 'In order to have your theme hosted on <a href="%1$s">WordPress.org</a>, your code is required to comply with all the <a href="%2$s">requirements on the Theme Review Teamshandbook page</a>.', 'wporg-themes' ),39 __( 'In order to have your theme hosted on <a href="%1$s">WordPress.org</a>, your code is required to comply with all the <a href="%2$s">requirements on the Themes Team handbook page</a>.', 'wporg-themes' ), 40 40 esc_url( 'https://wordpress.org/' ), 41 41 esc_url( 'https://make.wordpress.org/themes/handbook/review/required/' ) -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/sidebar-footer.php
r9725 r11510 25 25 <div class="textwidget"><?php 26 26 printf( 27 __( "Trying to ensure a great experience for the theme authors and users, means that theme requirements change from time to time. Keep up with the latest changes by following the <a href='%s'>Theme Review Team'sblog</a>.", 'wporg-themes' ),27 __( "Trying to ensure a great experience for the theme authors and users, means that theme requirements change from time to time. Keep up with the latest changes by following the <a href='%s'>Themes Team blog</a>.", 'wporg-themes' ), 28 28 esc_url( 'https://make.wordpress.org/themes/' ) 29 29 );
Note: See TracChangeset
for help on using the changeset viewer.