Changeset 18181 for trunk/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 06/07/2011 09:28:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/header.php
r18117 r18181 87 87 if ( is_singular() && 88 88 has_post_thumbnail( $post->ID ) && 89 ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail') ) &&89 ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( HEADER_IMAGE_WIDTH, HEADER_IMAGE_WIDTH ) ) ) && 90 90 $image[1] >= HEADER_IMAGE_WIDTH ) : 91 91 // Houston, we have a new header image!
Note: See TracChangeset
for help on using the changeset viewer.