Ed
Results
2
issues of
Ed
If you want to use this plugin with jquery 1.3 change this row: ``` $(this).parent().delegate("span." + action_class, "click", function() { ``` with: ``` $(this+":parent").find("span." + action_class).live("click", function() { ```
**Description** Added missing files: Errors.php, Honeypot.php, Language.php Added missing translation for: CLI.php, Core.php, HTTP.php, Publisher.php, Validation.php For all translation files I added strict types declaration. **Checklist:** - [ ] Securely...