Ticket #20693: 20693.patch
File 20693.patch, 820 bytes (added by , 13 years ago) |
---|
-
wp-admin/themes.php
123 123 <a href="<?php echo wp_customize_url( $ct->get_stylesheet() ); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>"> 124 124 <img src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview' ); ?>" /> 125 125 </a> 126 <img class="hide-if-customize" src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview' ); ?>" /> 126 127 <?php endif; ?> 127 128 128 129 <h3><?php _e('Current Theme'); ?></h3> … … 279 280 ?> 280 281 </div> 281 282 282 <?php require('./admin-footer.php'); ?> 283 No newline at end of file 283 <?php require('./admin-footer.php'); ?>