- Timestamp:
- 11/14/2016 05:16:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r38985 r39226 435 435 } 436 436 437 if ( get_header_image() || function_exists( 'has_header_video' ) && has_header_video()) {437 if ( get_header_image() ) { 438 438 $classes[] = 'header-image'; 439 439 } elseif ( ! in_array( $GLOBALS['pagenow'], array( 'wp-activate.php', 'wp-signup.php' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.