Making WordPress.org


Ignore:
Timestamp:
11/06/2020 04:32:30 AM (3 years ago)
Author:
dd32
Message:

Theme Directory: Only use URL rather than URI in the user-facing text.

See r10431.
See #4039.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    r10431 r10432  
    290290                return sprintf(
    291291                    /* translators: 1: theme name, 2: style.css */
    292                     __( 'There is already a theme using the Theme URL %1$s by a different author. Please check the URI of your theme in %2$s and upload it again.', 'wporg-themes' ),
     292                    __( 'There is already a theme using the Theme URL %1$s by a different author. Please check the URL of your theme in %2$s and upload it again.', 'wporg-themes' ),
    293293                    '<code>' . esc_html( $theme_uri ) . '</code>',
    294294                    '<code>style.css</code>'
Note: See TracChangeset for help on using the changeset viewer.