Changeset 25824
- Timestamp:
- 10/17/2013 03:29:11 AM (11 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r25746 r25824 705 705 * then as last option uses a get_posts() call. 706 706 * 707 * @since Twenty Eleven 1.6 .707 * @since Twenty Eleven 1.6 708 708 * 709 709 * @return array List of image IDs from the post gallery. -
trunk/src/wp-content/themes/twentytwelve/header.php
r25626 r25824 46 46 </nav><!-- #site-navigation --> 47 47 48 <?php if ( get_header_image() ) : ?> 48 <?php if ( get_header_image() ) : ?> 49 49 <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> 50 50 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.