Make WordPress Core


Ignore:
Timestamp:
03/22/2013 06:54:05 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: we loves us some structured post formats. See #23619 #23620 #23621.

File:
1 edited

Legend:

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

    r23782 r23786  
    7171         * See http://codex.wordpress.org/Post_Formats
    7272         */
    73         add_theme_support( 'post-formats', array(
     73        add_theme_support( 'structured-post-formats', array(
    7474                'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video'
    7575        ) );
Note: See TracChangeset for help on using the changeset viewer.