Created
August 11, 2015 22:18
-
-
Save cjkoepke/43a0aefdfda6e82c2dc9 to your computer and use it in GitHub Desktop.
Add HTML5 Support in Genesis.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Do NOT include the opening PHP tag | |
$args = array( | |
'search-form', | |
'comment-form', | |
'comment-list', | |
'gallery', | |
'caption' | |
) | |
add_theme_support( 'html5', $args ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment