I found that new event activities are hidden incorrectly using this plugin because the value of post_status is "publish" rather than "public" when a post is public. When it's private, the value is "private". This patch just switches the values for what's actually there, so that hide_sitewide is only enabled if the event is not public.
I found that new event activities are hidden incorrectly using this plugin because the value of post_status is "publish" rather than "public" when a post is public. When it's private, the value is "private". This patch just switches the values for what's actually there, so that hide_sitewide is only enabled if the event is not public.