From a99a494c3933c543b65721edaa1de4a97ecf2f26 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Mon, 31 Dec 2012 17:05:17 +0700 Subject: [PATCH] _s: Correct DocBlock above theme support for Post Formats. See #126. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0c20d9c..89e9eb7 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ function _s_setup() { ) ); /** - * Add support for the Aside Post Formats + * Enable support for Post Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); }