diff --git a/wp-admin/themes.php b/wp-admin/themes.php index ccd918eae9..244f573ce6 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -342,10 +342,7 @@ foreach ( $themes as $theme ) :

- Active: %s' ), $theme['name'] ); - ?> +

@@ -509,10 +506,7 @@ if ( ! is_multisite() && current_user_can( 'edit_themes' ) && $broken_themes ) {
<# if ( data.active ) { #>

- Active: %s' ), '{{{ data.name }}}' ); - ?> + {{{ data.name }}}

<# } else { #>

{{{ data.name }}}

diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php index 09ba8103af..10f09d180b 100644 --- a/wp-includes/customize/class-wp-customize-theme-control.php +++ b/wp-includes/customize/class-wp-customize-theme-control.php @@ -110,7 +110,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { <# if ( data.theme.active ) { #>

- {{ data.theme.name }} + {{ data.theme.name }}

diff --git a/wp-includes/version.php b/wp-includes/version.php index ce30a1d4ba..a243c55c27 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47089'; +$wp_version = '5.4-alpha-47090'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.