Changeset 26504
- Timestamp:
- 12/01/2013 05:59:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r26484 r26504 211 211 <script id="tmpl-theme" type="text/template"> 212 212 <# if ( data.screenshot[0] ) { #> 213 <div class="theme-screenshot"> 214 <img src="{{ data.screenshot[0] }}" alt="" /> 213 <div class="theme-screenshot"> 214 <img src="{{ data.screenshot[0] }}" alt="" /> 215 </div> 215 216 <# } else { #> 216 217 <div class="theme-screenshot blank"></div> 217 218 <# } #> 218 </div>219 219 <div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div> 220 220 <h3 class="theme-name">{{ data.name }}</h3>
Note: See TracChangeset
for help on using the changeset viewer.