Skip to content

Instantly share code, notes, and snippets.

@andrea-ale-sbarra
Created April 30, 2014 07:51
Show Gist options
  • Save andrea-ale-sbarra/f8277f49f6047ad47c57 to your computer and use it in GitHub Desktop.
Save andrea-ale-sbarra/f8277f49f6047ad47c57 to your computer and use it in GitHub Desktop.
Html5 support for a wordpress theme
/*
* 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