Created
April 30, 2014 07:51
-
-
Save andrea-ale-sbarra/f8277f49f6047ad47c57 to your computer and use it in GitHub Desktop.
Html5 support for a wordpress theme
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
/* | |
* Switches default core markup for search form, comment form, | |
* and comments to output valid HTML5. | |
*/ | |
add_theme_support( 'html5', array('search-form', 'comment-form', 'comment-list', 'gallery', 'caption') ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment