Created
March 7, 2012 22:44
-
-
Save jbreitenbucher/1996824 to your computer and use it in GitHub Desktop.
Genesis: HTML5
This file contains 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
#HTML5 DOCTYPE | |
remove_action( 'genesis_doctype', 'genesis_do_doctype' ); | |
add_action( 'genesis_doctype', create_function( '', 'echo "<!DOCTYPE html><html><head>";' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment