- Timestamp:
- 02/19/2015 07:42:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r30796 r31481 162 162 add_action( 'save_post', 'twentyfourteen_category_transient_flusher' ); 163 163 164 if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) : 164 165 /** 165 166 * Display an optional post thumbnail. … … 202 203 <?php endif; // End is_singular() 203 204 } 205 endif; 204 206 205 207 if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) :
Note: See TracChangeset
for help on using the changeset viewer.