Changeset 24151
- Timestamp:
- 05/01/2013 05:37:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r24071 r24151 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 the 85 * output instead of the default core HTML output. 86 */ 87 add_theme_support( 'structured-post-formats', array( 88 'link', 'video' 89 ) ); 83 */ 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
Note: See TracChangeset
for help on using the changeset viewer.