Automattic / msm-sitemap

Comprehensive sitemaps for your WordPress VIP site. Joint collaboration between Metro.co.uk, WordPress VIP, Alley Interactive, Maker Media, 10up, and others.
74 stars 37 forks source link

Convert boolean options to bool before strict comparison #164

Closed rickhurst closed 3 years ago

rickhurst commented 3 years ago

This fixes the functionality of the Tools -> Sitemap page in admin.

As get_option() for a WordPress option will return a string "1" instead of a Boolean.