<?php | |
function register_html_support() { | |
add_theme_support( 'html5', array( 'script', 'style' ) ); | |
} | |
add_action( 'after_setup_theme', 'register_html_support' ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment