From d193c519b4147f9f20a2a802086eb4ef612572b2 Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Sun, 23 Mar 2014 21:46:35 -0700 Subject: [PATCH] Add support for html5 caption --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 928053f8..2f23ada7 100644 --- a/functions.php +++ b/functions.php @@ -60,6 +60,7 @@ function _s_setup() { 'search-form', 'comment-form', 'gallery', + 'caption', ) ); } endif; // _s_setup