forked from mirror/_s
Enable support for HTML5 markup.
This commit is contained in:
parent
288e5ba49c
commit
bcde97082b
|
@ -53,6 +53,9 @@ function _s_setup() {
|
||||||
'default-color' => 'ffffff',
|
'default-color' => 'ffffff',
|
||||||
'default-image' => '',
|
'default-image' => '',
|
||||||
) ) );
|
) ) );
|
||||||
|
|
||||||
|
// Enable support for HTML5 markup.
|
||||||
|
add_theme_support( 'html5', array( 'comment-list', 'search-form', 'comment-form', ) );
|
||||||
}
|
}
|
||||||
endif; // _s_setup
|
endif; // _s_setup
|
||||||
add_action( 'after_setup_theme', '_s_setup' );
|
add_action( 'after_setup_theme', '_s_setup' );
|
||||||
|
|
Reference in New Issue