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/themes/pub/wporg-themes/page-upload.php

    r11029 r11510  
    3737                <p><?php printf(
    3838                    /* 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 Teams handbook 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' ),
    4040                    esc_url( 'https://wordpress.org/' ),
    4141                    esc_url( 'https://make.wordpress.org/themes/handbook/review/required/' )
Note: See TracChangeset for help on using the changeset viewer.