Making WordPress.org

Changeset 11029


Ignore:
Timestamp:
06/14/2021 02:53:03 PM (4 years ago)
Author:
ocean90
Message:

Theme Directory: Add missing text domain.

Props smile32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php

    r9864 r11029  
    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>.'),
     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' ),
    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.