You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I'm not so familiar with GIT, so at this point I can only suggest something, but I do not have knowledge how to use GIT to prepare patches.
The comment section of
inc/custom-header.php
says:// Has the text been hidden?
and then uses this way to check it:
if ( 'blank' === $header_text_color ) :
On the other hand Twenty Fifteen uses:
if ( ! display_header_text() ) :
Should we go with the 2015 method?
The text was updated successfully, but these errors were encountered: