Themes: Add missing close tag, see [26462]. see #25959.

git-svn-id: https://develop.svn.wordpress.org/trunk@26473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-11-29 17:16:46 +00:00
parent 5b22bc3a50
commit 81557ba37c

View File

@ -214,7 +214,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<div class="theme-screenshot">
<img src="{{ data.screenshot[0] }}" alt="" />
<# } else { #>
<div class="theme-screenshot blank">
<div class="theme-screenshot blank"></div>
<# } #>
</div>
<div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
@ -223,7 +223,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<div class="theme-actions">
<# if ( data.active ) { #>
<span class="current-label"><?php _e( 'Current Theme' ); ?></span>
<span class="current-label"><?php _e( 'Current Theme' ); ?></span>
<# if ( data.actions['customize'] ) { #>
<a class="button button-primary hide-if-no-customize" href="{{ data.actions['customize'] }}"><?php _e( 'Customize' ); ?></a>
<# } #>
@ -256,9 +256,9 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
#><div class="screenshot thumb"><img src="{{ image }}" alt="" /></div><#
});
} #>
<# } else { #>
<div class="screenshot first blank"></div>
<# } #>
<# } else { #>
<div class="screenshot first blank"></div>
<# } #>
</div>
<div class="theme-info">