Changeset 16197 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 11/05/2010 02:25:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r16174 r16197 78 78 add_editor_style(); 79 79 80 // Temporarily add Post Format support81 add_theme_support( 'post-formats', array( 'aside', ' video', 'image' ) );80 // Post Format support. You can also use the legacy "gallery" or "asides" (note the plural) categories. 81 add_theme_support( 'post-formats', array( 'aside', 'gallery' ) ); 82 82 83 83 // This theme uses post thumbnails
Note: See TracChangeset
for help on using the changeset viewer.