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.name }}}

-

+

{{{ data.name }}}

+

{{{ 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( '

' + l10n.addNew + '

' ); + this.$el.append( '

' + l10n.addNew + '

' ); } 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 ) :
-

+

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

+ -

+

@@ -327,14 +327,14 @@ $can_delete = current_user_can( 'delete_themes' );
<# if ( data.active ) { #> -

+

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

+ <# } else { #> -

{{{ data.name }}}

+

{{{ data.name }}}

<# } #>
@@ -376,8 +376,8 @@ $can_delete = current_user_can( 'delete_themes' ); <# if ( data.active ) { #> <# } #> -

{{{ data.name }}}

-

+

{{{ data.name }}}

+

<# if ( data.hasUpdate ) { #>