- Timestamp:
- 11/14/2013 04:49:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r26020 r26152 159 159 160 160 if ( has_post_thumbnail() ) : 161 $post_thumbnail = get_the_post_thumbnail( get_the_ID(), 'post-thumbnail');161 $post_thumbnail = get_the_post_thumbnail(); 162 162 elseif ( $total_images > 0 ) : 163 163 $image = array_shift( $images );
Note: See TracChangeset
for help on using the changeset viewer.