|
|
@@ -215,6 +215,14 @@ function bones_theme_support() {
|
|
|
'footer-links' => __( 'Footer Links', 'bonestheme' ) // secondary nav in footer
|
|
|
)
|
|
|
);
|
|
|
+
|
|
|
+ // Enable support for HTML5 markup.
|
|
|
+ add_theme_support( 'html5', array(
|
|
|
+ 'comment-list',
|
|
|
+ 'search-form',
|
|
|
+ 'comment-form'
|
|
|
+ ) );
|
|
|
+
|
|
|
} /* end bones theme support */
|
|
|
|
|
|
|