Ticket #28573: 28573.diff
File 28573.diff, 526 bytes (added by , 11 years ago) |
---|
-
functions.php
405 405 if ( get_header_image() ) { 406 406 $classes[] = 'header-image'; 407 407 } else { 408 $classes[] = 'masthead-fixed'; 408 // Checks if not in Multisite signup and activate pages. 409 if ( ! in_array( $GLOBALS['pagenow'], array( 'wp-activate.php', 'wp-signup.php' ) ) ) 410 $classes[] = 'masthead-fixed'; 409 411 } 410 412 411 413 if ( is_archive() || is_search() || is_home() ) {