Changeset 20393 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 04/07/2012 12:33:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20319 r20393 55 55 <div id="customize-info" class="customize-section"> 56 56 <div class="customize-section-title"> 57 <?php if ( $screenshot ) : ?>58 <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" />59 <?php endif; ?>60 57 <strong class="theme-name"><?php echo $theme['Name']; ?></strong> 61 58 <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.