Improve I18N Issues Based on 2.6.3 - #132
Conversation
alexclassroom
commented
Aug 18, 2025
- Make some UI strings translatable.
- Using esc_html/esc_attr functions makes code more secure.
- Make this plugin have a unique text domain.
|
Thanks — two things from this are in for 2.7.12. The deactivate notice was using The admin-notice strings were already reworked in 2.7.10 (#123), so that part is superseded. I left the wider Note: this repo is a generated mirror of the private PRO source tree, so the merge was recorded with |
|
sorry for my ai-generated comment on this pr. Really appreciate your efforts :) |
* Fix the "deactivate the free plugin" admin notice rendering a second opening link tag instead of closing the first one. Make the "Group name" label in the group tag generator translatable. Thanks [alexclassroom](#132)! * Fix the `wpcf7_feedback_response` filter being registered with its priority and argument count swapped. Thanks [szepeviktor](#122)! * Declare `Requires at least` and `Requires PHP` in the plugin header so WordPress can check them on activation. Thanks [IanDelMar](#119)! * Raise the minimum WordPress version to 5.9.