Changeset 20108 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 03/04/2012 02:40:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20106 r20108 53 53 <div id="customize-info" class="customize-section"> 54 54 <div class="customize-section-title"> 55 <?php if ( $screenshot ) : ?> 56 <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" /> 57 <?php endif; ?> 55 58 <strong class="theme-name"><?php echo $theme['Name']; ?></strong> 56 59 <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span> … … 59 62 <?php if ( $screenshot ) : ?> 60 63 <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" /> 64 <?php endif; ?> 65 66 <?php if ( $theme->description ): ?> 67 <div class="theme-description"><?php echo $theme->description; ?></div> 61 68 <?php endif; ?> 62 69 </div>
Note: See TracChangeset
for help on using the changeset viewer.