Ticket #24109: 24109.3.diff
| File 24109.3.diff, 972 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/functions.php
78 78 add_theme_support( 'automatic-feed-links' ); 79 79 80 80 /* 81 * This theme supports all available post formats .81 * This theme supports all available post formats by default. 82 82 * See http://codex.wordpress.org/Post_Formats 83 *84 * Structured post formats are formats where Twenty Thirteen handles the85 * output instead of the default core HTML output.86 83 */ 87 add_theme_support( 'structured-post-formats', array(88 'link', 'video'89 ) );90 84 add_theme_support( 'post-formats', array( 91 'aside', 'audio', 'chat', 'gallery', 'image', ' quote', 'status'85 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' 92 86 ) ); 93 87 94 88 // This theme uses wp_nav_menu() in one location.