Make WordPress Core


Ignore:
Timestamp:
05/16/2012 09:05:11 PM (13 years ago)
Author:
koopersmith
Message:

Manage Themes: Show current theme screen shot when customize is not supported. props ocean90, fixes #20693, see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r20774 r20810  
    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
Note: See TracChangeset for help on using the changeset viewer.