Changeset 27657 for trunk/src/wp-includes/post.php
- Timestamp:
- 03/23/2014 02:34:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r27473 r27657 75 75 'supports' => array( 'title', 'author', 'comments' ), 76 76 ) ); 77 add_post_type_support( 'attachment:audio', 'thumbnail' ); 78 add_post_type_support( 'attachment:video', 'thumbnail' ); 77 79 78 80 register_post_type( 'revision', array(
Note: See TracChangeset
for help on using the changeset viewer.