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