Simplify check for hidden header text.

This commit is contained in:
sarah 2015-09-17 16:58:03 +01:00
parent 79e0e54f69
commit cdd7f9b333
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 {