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

Built from https://develop.svn.wordpress.org/trunk@26473


git-svn-id: http://core.svn.wordpress.org/trunk@26371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-11-29 17:17:11 +00:00
parent 0af3bf7748
commit e5ab876603

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>