Make WordPress Core


Ignore:
Timestamp:
03/27/2014 12:05:22 AM (12 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/twentyfourteen/functions.php

    r27627 r27763  
    9090         */
    9191        add_theme_support( 'html5', array(
    92                 'search-form', 'comment-form', 'comment-list',
     92                'search-form', 'comment-form', 'comment-list', 'gallery', 'caption'
    9393        ) );
    9494
Note: See TracChangeset for help on using the changeset viewer.