Changeset 12343 for trunk/wp-admin/admin-ajax.php
- Timestamp:
- 12/08/2009 09:24:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-ajax.php
r12286 r12343 1411 1411 if ( $thumbnail_id == '-1' ) { 1412 1412 delete_post_meta( $post_id, '_thumbnail_id' ); 1413 die( _wp_post_ thumbnail_html() );1413 die( _wp_post_image_html() ); 1414 1414 } 1415 1415 … … 1418 1418 if ( !empty( $thumbnail_html ) ) { 1419 1419 update_post_meta( $post_id, '_thumbnail_id', $thumbnail_id ); 1420 die( _wp_post_ thumbnail_html( $thumbnail_id ) );1420 die( _wp_post_image_html( $thumbnail_id ) ); 1421 1421 } 1422 1422 }
Note: See TracChangeset
for help on using the changeset viewer.