Removed line completely
This commit is contained in:
parent
0aa1ef9497
commit
16342b3df0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $show_title = ( true === get_theme_mod( 'display_title_and_tagline', true ) );
|
|||
$has_primary_nav = has_nav_menu( 'primary' );
|
||||
$header_classes = 'site-header header_classes';
|
||||
$header_classes .= has_custom_logo() ? ' has-logo' : '';
|
||||
$header_classes .= $show_title ? ' has-title-and-tagline' : ' screen-reader-text';
|
||||
$header_classes .= $show_title ? ' has-title-and-tagline' : '';
|
||||
$header_classes .= $has_primary_nav ? ' has-menu' : '';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue