Make WordPress Core


Ignore:
Timestamp:
11/14/2016 05:16:04 PM (8 years ago)
Author:
karmatosed
Message:

Twenty Fourteen: Removes video header support

Support was added to test implementation but never completed. This removes the test implementation.

Props davidakennedy
Fixes #38783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/header.php

    r38985 r39226  
    3333<body <?php body_class(); ?>>
    3434<div id="page" class="hfeed site">
    35     <?php if ( function_exists( 'has_header_video' ) && has_header_video() ) : ?>
    36         <div id="site-header">
    37             <?php the_custom_header_markup(); ?>
    38         </div>
    39     <?php elseif ( get_header_image() ) : ?>
     35    <?php if ( get_header_image() ) : ?>
    4036    <div id="site-header">
    4137        <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
Note: See TracChangeset for help on using the changeset viewer.