Changeset 21726 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 09/04/2012 05:00:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21668 r21726 59 59 60 60 // 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' ) ); 62 62 63 63 // This theme uses wp_nav_menu() in one location.
Note: See TracChangeset
for help on using the changeset viewer.