Mte90 / GlotDict

This extension for WordPress polyglots implements new features to improve the quality of translation/reviews!
https://translate.wordpress.org
GNU General Public License v2.0
54 stars 25 forks source link

Fixes to comply with the w.org Beta Testing program fix #391 fix #392 #393

Closed webaxones closed 2 years ago

webaxones commented 2 years ago

In gd_search_glossary_on_translation function we target the translation textarea without any css class selector cause there was only one textarea. With the new feature, another textarea is added in the editor part. This PR uses the ".foreign-text" selector to target the textarea.