Skip to content

Instantly share code, notes, and snippets.

@eduard-un
Last active April 19, 2016 20:05
Show Gist options
  • Save eduard-un/3daa705ad5f4edc2b7a33bdb445dcc97 to your computer and use it in GitHub Desktop.
Save eduard-un/3daa705ad5f4edc2b7a33bdb445dcc97 to your computer and use it in GitHub Desktop.
Code8.php
<?php
$args = array(
'search-form',
'comment-form',
'comment-list',
'gallery',
'caption',
'widgets'
);
add_theme_support( 'html5', $args );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment