/** Add support for HTML5 **/ /* Output an HTML5 document type */ function html5_doctype($content) { return ''; } add_filter('thesis_doctype', 'html5_doctype'); /* Remove PROFILE attribute from HEAD tag */ function html5_profile_removal($content) { return ''; } add_filter('thesis_head_profile', 'html5_profile_removal');
It looks like you're new here. If you want to get involved, click one of these buttons!