Ticket #23983: 23983.patch
| File 23983.patch, 548 bytes (added by , 11 years ago) |
|---|
-
wp-includes/post-thumbnail-template.php
31 31 */ 32 32 function get_post_thumbnail_id( $post_id = null ) { 33 33 $post_id = ( null === $post_id ) ? get_the_ID() : $post_id; 34 return get_post_meta( $post_id, '_thumbnail_id', true);34 return apply_filters( 'post_thumbnail_id', get_post_meta( $post_id, '_thumbnail_id', true ), $post_id ); 35 35 } 36 36 37 37 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)