Changeset 21770 for trunk/wp-admin/includes/post.php
- Timestamp:
- 09/06/2012 08:49:35 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r21735 r21770 197 197 elseif ( '0' == $post_data['post_format'] ) 198 198 set_post_format( $post_ID, false ); 199 } 200 201 // Featured Images 202 if ( isset( $post_data['thumbnail_id'] ) ) { 203 if ( '-1' == $post_data['thumbnail_id'] ) 204 delete_post_thumbnail( $post_ID ); 205 else 206 set_post_thumbnail( $post_ID, $post_data['thumbnail_id'] ); 199 207 } 200 208
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)