Wrong way of adding theme support for HTML5
-
Hi @gracethemes,
With debugging turned on I’m getting this notice:
Notice: Function add_theme_support( 'html5' ) was called <strong>incorrectly</strong>. You need to pass an array of types.
When I check theme file functions, I find this:
add_theme_support('html5');
So apparently this is the wrong way for adding this support. Check this page.
Guido
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong way of adding theme support for HTML5’ is closed to new replies.