git-svn-id: https://develop.svn.wordpress.org/trunk@23786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6bfa29bd10
commit
e8f03e4555
|
@ -70,7 +70,7 @@ function twentythirteen_setup() {
|
|||
* This theme supports all available post formats.
|
||||
* See http://codex.wordpress.org/Post_Formats
|
||||
*/
|
||||
add_theme_support( 'post-formats', array(
|
||||
add_theme_support( 'structured-post-formats', array(
|
||||
'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video'
|
||||
) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue