Make WordPress Core

Changeset 12400


Ignore:
Timestamp:
12/15/2009 04:55:47 AM (15 years ago)
Author:
azaozz
Message:

Fix typos, props aldenta, fixes #11440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-thumbnail-template.php

    r12351 r12400  
    2020function has_post_thumbnail( $post_id = NULL ) {
    2121    global $id;
    22     $post_id = ( NULL === $post_id ) ? $id : $popost-thumbnailst_id;
     22    $post_id = ( NULL === $post_id ) ? $id : $post_id;
    2323    return !! get_post_thumbnail_id( $post_id );
    2424}
Note: See TracChangeset for help on using the changeset viewer.