- Timestamp:
- 08/22/2013 05:00:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r25068 r25087 69 69 70 70 /* 71 * Switches default core markup for search form, comment form, and comments 72 * to output valid HTML5. 73 */ 74 add_theme_support( 'html5', array( 75 'search-form', 'comment-form', 'comment-list', 76 ) ); 77 78 /* 71 79 * Enable support for Post Formats. 72 80 * See http://codex.wordpress.org/Post_Formats 73 81 */ 74 82 add_theme_support( 'post-formats', array( 75 'aside', 'image', 'video', 'quote', 'link', 'gallery' 83 'aside', 'image', 'video', 'quote', 'link', 'gallery', 76 84 ) ); 77 85
Note: See TracChangeset
for help on using the changeset viewer.