Changeset 20106 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 03/04/2012 02:06:11 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/customize-controls.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20057 r20106 52 52 53 53 <div id="customize-info" class="customize-section"> 54 < p>54 <div class="customize-section-title"> 55 55 <strong class="theme-name"><?php echo $theme['Name']; ?></strong> 56 56 <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span> 57 </p> 58 <?php if ( $screenshot ) : ?> 59 <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" /> 60 <?php endif; ?> 57 </div> 58 <div class="customize-section-content"> 59 <?php if ( $screenshot ) : ?> 60 <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" /> 61 <?php endif; ?> 62 </div> 61 63 </div> 62 64
Note: See TracChangeset
for help on using the changeset viewer.