This commit is contained in:
Philip Arthur Moore 2013-11-14 19:49:50 +07:00
parent aa0879e054
commit 6264437ff9
7 changed files with 27 additions and 14 deletions

View file

@ -49,8 +49,9 @@ 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;
}
// If we get this far, we have custom styles. Let's do this.
?>