Make WordPress Core

Ticket #31374: template-tags.php.diff

File template-tags.php.diff, 635 bytes (added by WordPressor.ru, 11 years ago)
  • wp-content/themes/twentyfourteen/inc/template-tags.php

    old new  
    161161add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' );
    162162add_action( 'save_post',     'twentyfourteen_category_transient_flusher' );
    163163
     164if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
    164165/**
    165166 * Display an optional post thumbnail.
    166167 *
     
    201202
    202203        <?php endif; // End is_singular()
    203204}
     205endif;
    204206
    205207if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) :
    206208/**