Changeset 10432
- Timestamp:
- 11/06/2020 04:32:30 AM (4 years ago)
- 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 290 290 return sprintf( 291 291 /* 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 UR Iof 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' ), 293 293 '<code>' . esc_html( $theme_uri ) . '</code>', 294 294 '<code>style.css</code>'
Note: See TracChangeset
for help on using the changeset viewer.