hi,
going through the sitemap-extended plugin i noticed that whenever we select the 'weekly' change frequence, it writes 'monthly' in the xml output. the problem comes from the definition of the options in the php file.
we have `gettext("weekly")=>"monthly"` where we should have `gettext("weekly")=>"weekly"` or `gettext("monthly")=>"monthly"`. also that means we are missing one possible frequence, namely 'weekly' or 'monthly' depending on how we correct the bug.
i hope this helps a bit altohough the problem is definitively not a big issue.
frank.
Comments