Torsten Landsiedel

Results 293 comments of Torsten Landsiedel

Looks like the Roadmap file is removed, but the link is still there (for example in the readme.md) and producing a 404: https://github.com/Ranchero-Software/NetNewsWire/blob/main/Technotes/Roadmap.md

Hey @00travelgirl00 - there was another report in the forums about this: https://wordpress.org/support/topic/accessibility-issue-textarea-not-linked-to-a-label/#post-18499007 Can you have a look at it? Or can you ping someone who can help? That would...

Thanks for the report @oldrup ! I hoped this was already fixed: https://github.com/pluginkollektiv/antispam-bee/issues/423 We will have a look why this happens again ...

Maybe this is because we load the textdomain here in the "init" function: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L155 Which is on the "plugins_loaded" hook: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L2987-L2994 But the documentation is not clear about which hook...

Yes, @luminuu was posting this ticket on X/Twitter too. Looks like this could be the second call here: https://github.com/pluginkollektiv/antispam-bee/blob/master/antispam_bee.php#L2556 This is called on the `comment_post` action hook, which could be...

> But that wouldn't trigger when navigating to the Dashboard, right? If this is not the problem, we maybe should change `plugins_loaded` to `init` - as this is mentioned here:...

@swissspidy was suggesting on X/Twitter to get rid of the `load_plugin_textdomain` completely. This would need WP 4.6, so we need to raise the version from 4.5 to 4.6: https://make.wordpress.org/core/2016/07/06/i18n-improvements-in-4-6/ https://github.com/pluginkollektiv/antispam-bee/blob/master/readme.txt#L5

> Are there any statistics available to the maintainers, whether there are AntispamBee users running WP 4.5? Unfortunately no. There is only this "advanced view" which shows the usage of...

This only fixes 1/2 of #580 - we also need to reduce the tags to 5. Not sure about the mentioning of "trackbacks" here. This is so dated, we possibly...

Otherwise the PR is great! Thanks 👍