_s: Fixed a typo

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9347 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Takashi Irie 2012-03-30 10:47:41 +00:00 committed by Ian Stewart
parent df704f96af
commit 754f07dc7f
1 changed files with 1 additions and 1 deletions

View File

@ -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', ) ); add_theme_support( 'post-formats', array( 'aside', ) );
} }