Ticket #31374: template-tags.php.diff
| File template-tags.php.diff, 635 bytes (added by , 11 years ago) |
|---|
-
wp-content/themes/twentyfourteen/inc/template-tags.php
old new 161 161 add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' ); 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. 166 167 * … … 201 202 202 203 <?php endif; // End is_singular() 203 204 } 205 endif; 204 206 205 207 if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) : 206 208 /**