forked from mirror/_s
_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:
parent
df704f96af
commit
754f07dc7f
|
@ -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', ) );
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue