Make WordPress Core


Ignore:
Timestamp:
04/07/2012 12:33:36 AM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Remove small screenshot from theme title bar. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/customize-controls.php

    r20319 r20393  
    5555        <div id="customize-info" class="customize-section">
    5656            <div class="customize-section-title">
    57                 <?php if ( $screenshot ) : ?>
    58                     <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" />
    59                 <?php endif; ?>
    6057                <strong class="theme-name"><?php echo $theme['Name']; ?></strong>
    6158                <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.