Making WordPress.org

Changeset 9351


Ignore:
Timestamp:
12/16/2019 07:00:26 AM (5 years ago)
Author:
dd32
Message:

Themes: Correct a typo in a translator comment.

Props tobifjellner.
See #4839.

File:
1 edited

Legend:

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

    r9345 r9351  
    4040                <h3><?php esc_html_e( 'Read the requirements before updating a theme', 'wporg-themes' ); ?></h3>
    4141                <p><?php printf(
    42                     /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Requied Review items. */
     42                    /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */
    4343                    __( '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>.'),
    4444                    esc_url( 'https://wordpress.org/' ),
     
    5353                    __( 'If you are uploading a theme update, simply increase the version inside of %1$s and upload the %2$s file again, just like you do with a new theme.', 'wporg-themes' ),
    5454                    '<code>style.css</code>',
    55                     '<code>themename.zip</code>'
     55                    '<code>theme-name.zip</code>'
    5656                ); ?></p>
    5757            </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.