diff --git a/comments.php b/comments.php index 7a3349bd..15a3b2ba 100644 --- a/comments.php +++ b/comments.php @@ -72,7 +72,7 @@ if ( post_password_required() ) {
diff --git a/inc/custom-header.php b/inc/custom-header.php index 9c17195a..7e2d6af3 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -47,7 +47,7 @@ function _s_header_style() { // If no custom options for text are set, let's bail // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value. - if ( HEADER_TEXTCOLOR == $header_text_color ) { + if ( HEADER_TEXTCOLOR === $header_text_color ) { return; } @@ -56,7 +56,7 @@ function _s_header_style() {