Make WordPress Core


Ignore:
Timestamp:
11/14/2016 05:16:04 PM (9 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/functions.php

    r38985 r39226  
    435435    }
    436436
    437     if ( get_header_image() || function_exists( 'has_header_video' ) && has_header_video() ) {
     437    if ( get_header_image() ) {
    438438        $classes[] = 'header-image';
    439439    } elseif ( ! in_array( $GLOBALS['pagenow'], array( 'wp-activate.php', 'wp-signup.php' ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.