Make WordPress Core

Ticket #20693: 20693.patch

File 20693.patch, 820 bytes (added by ocean90, 13 years ago)
  • wp-admin/themes.php

     
    123123                <a href="<?php echo wp_customize_url( $ct->get_stylesheet() ); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>">
    124124                        <img src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview' ); ?>" />
    125125                </a>
     126                <img class="hide-if-customize" src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview' ); ?>" />
    126127        <?php endif; ?>
    127128
    128129        <h3><?php _e('Current Theme'); ?></h3>
     
    279280?>
    280281</div>
    281282
    282 <?php require('./admin-footer.php'); ?>
    283  No newline at end of file
     283<?php require('./admin-footer.php'); ?>