diff --git a/-/php/tags.php b/-/php/tags.php index e4b87a2..d8fab8c 100644 --- a/-/php/tags.php +++ b/-/php/tags.php @@ -192,7 +192,7 @@ public static function is_relative_webcomic( $relative = 'first', $in_same_term return false; } - return ( $post->ID === $the_post->ID ); + return ( ( int ) $post->ID === ( int ) $the_post->ID ); } /** Is the query for a Webcomic-recognized attachment?