voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

MultiPostThumbnails::has_post_thumbnail() references $this #2

Closed bigdawggi closed 11 years ago

bigdawggi commented 11 years ago

It's a static function, so it fatal errors when $this is referenced. I was initially just going to change all the references of $this->meta_key to self::$meta_key and add that static property, but seeing it's a dynamic meta_key value, it's likely not the right solution.

Edit: Running WP 3.5 and latest master branch of this plugin.

chrisscott commented 11 years ago

Thanks, this has been fixed.