forked from mirror/_s
_s: Correct DocBlock above theme support for Post Formats. See #126.
This commit is contained in:
parent
1db4236e4c
commit
a99a494c39
|
@ -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' ) );
|
add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) );
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue