Skip to content

Commit

Permalink
Fix v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioKM committed Jun 12, 2017
1 parent d0090f6 commit b3602e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/MetaBoxesHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public function setFeatureSupport($arrLabels = array(), $description = false) {
add_filter('admin_post_thumbnail_html', function($content) use($description) {
global $post;

if ($post->post_type == $this->postType)
if ($post->post_type != $this->postType)
return $content;

if (!$this->isFeaturedAdded)
Expand Down

0 comments on commit b3602e9

Please sign in to comment.