Enable support for HTML5 markup.

This commit is contained in:
Ulrich Pogson 2013-12-22 17:53:20 +01:00
parent 288e5ba49c
commit bcde97082b
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ function _s_setup() {
'default-color' => 'ffffff',
'default-image' => '',
) ) );
// Enable support for HTML5 markup.
add_theme_support( 'html5', array( 'comment-list', 'search-form', 'comment-form', ) );
}
endif; // _s_setup
add_action( 'after_setup_theme', '_s_setup' );