Merge pull request #822 from Automattic/update-header-check

Simplify check for hidden header text.
This commit is contained in:
Tammie Lister 2015-09-20 18:22:35 +01:00
commit f6ddaaa21e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {