Changeset 26473
- Timestamp:
- 11/29/2013 05:16:46 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r26472 r26473 215 215 <img src="{{ data.screenshot[0] }}" alt="" /> 216 216 <# } else { #> 217 <div class="theme-screenshot blank"> 217 <div class="theme-screenshot blank"></div> 218 218 <# } #> 219 219 </div> … … 224 224 225 225 <# if ( data.active ) { #> 226 <span class="current-label"><?php _e( 'Current Theme' ); ?></span> 226 <span class="current-label"><?php _e( 'Current Theme' ); ?></span> 227 227 <# if ( data.actions['customize'] ) { #> 228 228 <a class="button button-primary hide-if-no-customize" href="{{ data.actions['customize'] }}"><?php _e( 'Customize' ); ?></a> … … 257 257 }); 258 258 } #> 259 <# } else { #> 260 <div class="screenshot first blank"></div> 261 <# } #> 259 <# } else { #> 260 <div class="screenshot first blank"></div> 261 <# } #> 262 262 </div> 263 263
Note: See TracChangeset
for help on using the changeset viewer.