Changeset 23803
- Timestamp:
- 03/27/2013 05:11:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23799 r23803 70 70 * This theme supports all available post formats. 71 71 * See http://codex.wordpress.org/Post_Formats 72 * 73 * Structured post formats are formats where Twenty Thirteen handles the 74 * output instead of the default core HTML output. 72 75 */ 73 76 add_theme_support( 'structured-post-formats', array( 74 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' 77 'link', 'video' 78 ) ); 79 add_theme_support( 'post-formats', array( 80 'aside', 'audio', 'chat', 'gallery', 'image', 'quote', 'status' 75 81 ) ); 76 82
Note: See TracChangeset
for help on using the changeset viewer.