diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 9bbfc7215d..56ea7222ba 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -533,8 +533,8 @@ function customize_themes_print_templates() { <# if ( data.active ) { #> <# } #> -
{{{ data.description }}}
<# if ( data.parent ) { #> diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index b114e36a1f..b095c97ad6 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -983,7 +983,7 @@ themes.view.Themes = wp.Backbone.View.extend({ // 'Add new theme' element shown at the end of the grid if ( themes.data.settings.canInstall ) { - this.$el.append( '' ); + this.$el.append( '' ); } this.parent.page++; diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 5c007df79f..30fc9cd4f4 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -225,14 +225,14 @@ foreach ( $themes as $theme ) : -