Ticket #24109: 24109.diff
| File 24109.diff, 874 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/functions.php
67 67 add_theme_support( 'automatic-feed-links' ); 68 68 69 69 /* 70 * This theme supports all available post formats .70 * This theme supports all available post formats by default. 71 71 * See http://codex.wordpress.org/Post_Formats 72 72 * 73 73 * Structured post formats are formats where Twenty Thirteen handles the … … 76 76 add_theme_support( 'structured-post-formats', array( 77 77 'link', 'video' 78 78 ) ); 79 add_theme_support( 'post-formats', array(80 'aside', 'audio', 'chat', 'gallery', 'image', 'quote', 'status'81 ) );82 79 83 80 /* 84 81 * Custom callback to make it easier for our fixed navbar to coexist with