Make WordPress Core


Ignore:
Timestamp:
03/27/2014 12:05:22 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen and Fourteen: implement HTML5 markup for galleries (see #26697) and captions (see #26642). Props obenland, closes #27502.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r27607 r27763  
    8282     * and comments to output valid HTML5.
    8383     */
    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    ) );
    8587
    8688    /*
Note: See TracChangeset for help on using the changeset viewer.