_s: Correct DocBlock above theme support for Post Formats. See #126.

This commit is contained in:
Philip Arthur Moore 2012-12-31 17:05:17 +07:00
parent 1db4236e4c
commit a99a494c39
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' ) );
}