Making WordPress.org


Ignore:
Timestamp:
01/12/2021 01:22:14 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Correct an incorrect variable name in an error message.

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  
    312312                                        /* translators: 1: theme name, 2: style.css */
    313313                                        __( '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>',
    315315                                        '<code>style.css</code>'
    316316                                ) . $are_you_in_the_right_place;
Note: See TracChangeset for help on using the changeset viewer.