Created
April 16, 2017 22:17
-
-
Save douglasanro/44beffe17b96ae60a5f7065b3ce15628 to your computer and use it in GitHub Desktop.
Switch default WordPress core markup to output valid HTML5
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 | |
/* ---------------------------------------------------------------------------- | |
* 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