kilobytes
Member
Posted 6 months ago #
There's an error in the sql query that fetches custom taxonomies.
The following join fetches the wrong rows:
AND r.term_taxonomy_id = t.term_id
Instead, it should be:
AND r.term_taxonomy_id = tt.term_taxonomy_id
This is in the Beta release as well as the previous.
http://wordpress.org/extend/plugins/google-sitemap-generator/
Is this error ONLY happening in the WordPress 3.3-RC1 release? If not, I'll move this out to Plugins.
This subforum is for the alpha/beta releases of WP, which today is 3.3.-RC1
kilobytes
Member
Posted 6 months ago #
Oh, I see.
By "Beta release as well as the previous" I meant the plugin, not WP.
The WP version is 3.1.2.
Moved to Plugins and Hacks.