From 754f07dc7fb0c2651ad01722348c55f6eca5f2b3 Mon Sep 17 00:00:00 2001 From: Takashi Irie Date: Fri, 30 Mar 2012 10:47:41 +0000 Subject: [PATCH] _s: Fixed a typo git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9347 d957f892-c61d-0410-b221-f235e6eecf30 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index aacd9c45..2f1c1f41 100644 --- a/functions.php +++ b/functions.php @@ -77,7 +77,7 @@ function _s_setup() { ) ); /** - * Add support for the Aside and Gallery Post Formats + * Add support for the Aside Post Formats */ add_theme_support( 'post-formats', array( 'aside', ) ); }