Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42804, comment 6


Ignore:
Timestamp:
12/05/2017 02:17:18 PM (7 years ago)
Author:
knutsp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42804, comment 6

    initial v1  
    11Something like `add_theme_support( 'html5', [ 'script', 'css' ] );`?
    22
    3 We already have `add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ] );
     3We already have `add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ] );`
    44
    55Could this be simplified to just `add_theme_support( 'html5' );` to catch all?