Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tha-theme-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function tha_current_theme_supports( $bool, $args, $registered ) {
/**
* HTML <html> hook
* Special case, useful for <DOCTYPE>, etc.
* $tha_supports[] = 'html;
* $tha_supports[] = 'html';
*/
function tha_html_before() {
do_action( 'tha_html_before' );
Expand Down