Changeset 36422 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 01/30/2016 01:45:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r36015 r36422 589 589 <script type="text/html" id="tmpl-customize-themes-details-view"> 590 590 <div class="theme-backdrop"></div> 591 <div class="theme-wrap ">591 <div class="theme-wrap wp-clearfix"> 592 592 <div class="theme-header"> 593 593 <button type="button" class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button> … … 595 595 <button type="button" class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button> 596 596 </div> 597 <div class="theme-about ">597 <div class="theme-about wp-clearfix"> 598 598 <div class="theme-screenshots"> 599 599 <# if ( data.screenshot[0] ) { #>
Note: See TracChangeset
for help on using the changeset viewer.