mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-10 17:41:56 +01:00
git-svn-id: http://core.svn.wordpress.org/trunk@23786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2fa91fda74
commit
ba09755921
@ -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
Block a user