Changeset 23786
- Timestamp:
- 03/22/2013 06:54:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23782 r23786 71 71 * See http://codex.wordpress.org/Post_Formats 72 72 */ 73 add_theme_support( ' post-formats', array(73 add_theme_support( 'structured-post-formats', array( 74 74 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' 75 75 ) );
Note: See TracChangeset
for help on using the changeset viewer.