forked from mirror/_s
Simplify check for hidden header text.
This commit is contained in:
parent
79e0e54f69
commit
cdd7f9b333
|
@ -56,7 +56,7 @@ function _s_header_style() {
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<?php
|
<?php
|
||||||
// Has the text been hidden?
|
// Has the text been hidden?
|
||||||
if ( 'blank' === $header_text_color ) :
|
if ( ! display_header_text() ) :
|
||||||
?>
|
?>
|
||||||
.site-title,
|
.site-title,
|
||||||
.site-description {
|
.site-description {
|
||||||
|
|
Reference in New Issue