From 86573b5583d369d3024baa9725670bc099160d7c Mon Sep 17 00:00:00 2001 From: Erik Teichmann Date: Tue, 5 Apr 2016 08:30:25 -0400 Subject: [PATCH] Add missing ' Added a missing single quote. https://cdn.meme.am/instances/500x/31909960.jpg --- tha-theme-hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tha-theme-hooks.php b/tha-theme-hooks.php index 9801cd8..f77209c 100644 --- a/tha-theme-hooks.php +++ b/tha-theme-hooks.php @@ -99,7 +99,7 @@ function tha_current_theme_supports( $bool, $args, $registered ) { /** * HTML hook * Special case, useful for , etc. - * $tha_supports[] = 'html; + * $tha_supports[] = 'html'; */ function tha_html_before() { do_action( 'tha_html_before' );