Ticket #24109: 24109.2.diff
| File 24109.2.diff, 1.3 KB (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 * Structured post formats are formats where Twenty Thirteen handles the 74 * output instead of the default core HTML output. 73 * For most formats, we don't need to explicitly state support. These include 74 * Aside, Audio, Chat, Gallery, Image, Quote, Status, and Video. 75 * 76 * Structured post formats, however, are formats where the theme handles 77 * the output instead of the default core HTML output. In the case of 78 * Twenty Thirteen, only the structured Link format needs to be declared. 79 * See twentythirteen_get_link_url() 75 80 */ 76 81 add_theme_support( 'structured-post-formats', array( 77 'link' , 'video'82 'link' 78 83 ) ); 79 add_theme_support( 'post-formats', array(80 'aside', 'audio', 'chat', 'gallery', 'image', 'quote', 'status'81 ) );82 84 83 85 /* 84 86 * Custom callback to make it easier for our fixed navbar to coexist with