Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasanro/44beffe17b96ae60a5f7065b3ce15628 to your computer and use it in GitHub Desktop.
Save douglasanro/44beffe17b96ae60a5f7065b3ce15628 to your computer and use it in GitHub Desktop.
Switch default WordPress core markup to output valid HTML5
<?php
/* ----------------------------------------------------------------------------
* Switch default core markup 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