- Timestamp:
- 03/27/2014 12:05:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r27607 r27763 82 82 * and comments to output valid HTML5. 83 83 */ 84 add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list' ) ); 84 add_theme_support( 'html5', array( 85 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption' 86 ) ); 85 87 86 88 /*
Note: See TracChangeset
for help on using the changeset viewer.