Changeset 12400
- Timestamp:
- 12/15/2009 04:55:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-thumbnail-template.php
r12351 r12400 20 20 function has_post_thumbnail( $post_id = NULL ) { 21 21 global $id; 22 $post_id = ( NULL === $post_id ) ? $id : $po post-thumbnailst_id;22 $post_id = ( NULL === $post_id ) ? $id : $post_id; 23 23 return !! get_post_thumbnail_id( $post_id ); 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.