Ticket #25948: 25948.screenshot.diff
File 25948.screenshot.diff, 568 bytes (added by , 11 years ago) |
---|
-
wp-admin/themes.php
208 208 209 209 <script id="tmpl-theme" type="text/template"> 210 210 <div class="theme-screenshot"> 211 <img src="{{ data.screenshot[0] }}" alt="" /> 211 <# if ( data.screenshot[0] ) { #> 212 <img src="{{ data.screenshot[0] }}" alt="" /> 213 <# } #> 212 214 </div> 213 215 <div class="theme-author"><?php printf( __( 'By %s' ), '{{ data.author }}' ); ?></div> 214 216 <h3 class="theme-name">{{ data.name }}</h3>