Changeset 10569 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 01/12/2021 01:22:14 AM (5 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
r10542 r10569 312 312 /* translators: 1: theme name, 2: style.css */ 313 313 __( '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' ), 314 '<code>' . esc_html( $theme _uri ) . '</code>',314 '<code>' . esc_html( $themeuri ) . '</code>', 315 315 '<code>style.css</code>' 316 316 ) . $are_you_in_the_right_place;
Note: See TracChangeset
for help on using the changeset viewer.