Make WordPress Core


Ignore:
Timestamp:
09/04/2012 05:00:19 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: add support for Status post format. See #21743.

File:
1 edited

Legend:

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

    r21668 r21726  
    5959
    6060    // This theme supports a variety of post formats.
    61     add_theme_support( 'post-formats', array( 'aside', 'image', 'link', 'quote' ) );
     61    add_theme_support( 'post-formats', array( 'aside', 'image', 'link', 'quote', 'status' ) );
    6262
    6363    // This theme uses wp_nav_menu() in one location.
Note: See TracChangeset for help on using the changeset viewer.