Make WordPress Core


Ignore:
Timestamp:
04/26/2011 06:46:31 PM (15 years ago)
Author:
lancewillett
Message:

Twenty Eleven: add support for Status and Quote formats, props iandstewart - see #17198

File:
1 edited

Legend:

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

    r17714 r17717  
    3939 * Add support for an Aside Post Format
    4040 */
    41 add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery' ) );
     41add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote' ) );
    4242
    4343/**
Note: See TracChangeset for help on using the changeset viewer.