document.write("
// Adds HTML5 markup structure.
add_theme_support(
'html5', array(
'caption',
'comment-form',
'comment-list',
'gallery',
'search-form',
)
);
functions.php - Snippet hosted by \"Cacher\"
");