Merge pull request #129 from philiparthurmoore/bugs/insta-post-format-docblock

_s: Correct DocBlock above theme support for Post Formats. See #126.
This commit is contained in:
Philip Arthur Moore 2012-12-31 02:07:38 -08:00
commit a2c7a2e18f
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) );
}