Changeset 12351 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 12/10/2009 06:14:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r12343 r12351 816 816 817 817 /** 818 * Display post imagemeta box.818 * Display post thumbnail meta box. 819 819 * 820 820 * @since 2.9.0 821 821 */ 822 function post_ image_meta_box() {822 function post_thumbnail_meta_box() { 823 823 global $post; 824 824 $thumbnail_id = get_post_meta( $post->ID, '_thumbnail_id', true ); 825 echo _wp_post_ image_html( $thumbnail_id );826 } 825 echo _wp_post_thumbnail_html( $thumbnail_id ); 826 }
Note: See TracChangeset
for help on using the changeset viewer.