Changes between Initial Version and Version 1 of Ticket #42804, comment 6
- Timestamp:
- 12/05/2017 02:17:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42804, comment 6
initial v1 1 1 Something like `add_theme_support( 'html5', [ 'script', 'css' ] );`? 2 2 3 We already have `add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ] ); 3 We already have `add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ] );` 4 4 5 5 Could this be simplified to just `add_theme_support( 'html5' );` to catch all?