Changeset 22014 for trunk/wp-content/themes/twentytwelve/header.php
- Timestamp:
- 09/26/2012 04:59:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/header.php
r21730 r22014 44 44 <?php $header_image = get_header_image(); 45 45 if ( ! empty( $header_image ) ) : ?> 46 < img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />46 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> 47 47 <?php endif; ?> 48 48 </header><!-- #masthead -->
Note: See TracChangeset
for help on using the changeset viewer.