c3mdigital / media-tools-for-WordPress

A set of tools to help manage your media library. Import and attach external images, set first image in post content as featured image, attach all images in a post and import into the media library and more.
18 stars 4 forks source link

Issues with has_post_thumbnail() #6

Open ianmuscat opened 10 years ago

ianmuscat commented 10 years ago

Hi,

I was having issues on a site with has_post_thumbnail() returning true even if the post did not have a Featured Image. The following fix (as recommended in http://codex.wordpress.org/Function_Reference/has_post_thumbnail) worked for me.

Replacing has_post_thumbnail with '' != get_the_post_thumbnail on line 409 of media-tools.php seemed to do the trick.