Changeset 14433 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 05/04/2010 07:01:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r14388 r14433 56 56 <?php 57 57 // Check if this is a post or page, if it has a thumbnail, and if it's a big one 58 if ( 58 if ( is_singular() && 59 59 has_post_thumbnail( $post->ID ) && 60 60 ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail') ) &&
Note: See TracChangeset
for help on using the changeset viewer.