Hi!
Thanks for your reply!
Tried the patch and has one little bug and a work around for it by change the way rss comments feed links are built.
Right now (WordPress out of the box plus gengo) produce a link for comments feed like this:
_YOUR_BLOG_/comments/feeds/_SUPPORTED_LANGUAGE_/
Being _YOUR_BLOG_ your blog url and _SUPPORTED_LANGUAGE_ any language you support and have properly configured.
In my case none was working before applying the patch.
Now in my default language it works as expected, in my alternative language (espanish) it doesnt.
Playing a little with it found that if you call it without the last slash, in default language works & in alternative language works great.
However if you call it with the slash at the end of the url (and that’s how WP 2.6 builds the link at the end of each post), it works well in default language but no in the alternative one.
Examples:
Default With Slash: https://guzman.braso.info/comments/feed/en/
Default Without Slash: https://guzman.braso.info/comments/feed/en
Alt With Slash (Bug): https://guzman.braso.info/comments/feed/es/
Alt Without Slash: https://guzman.braso.info/comments/feed/es
Kind Regards,
Guzman