Drop old deprecated visible/invisible JS global functions#2629
Conversation
WalkthroughRemoved two deprecated public API methods ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2629 +/- ##
============================================
- Coverage 26.38% 26.30% -0.09%
- Complexity 8852 8853 +1
============================================
Files 144 144
Lines 29932 29934 +2
============================================
- Hits 7899 7873 -26
- Misses 22033 22061 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…invisible_js_global_functions Drop old deprecated visible/invisible JS global functions
Related issue https://github.com/Strategy11/formidable-pro/issues/5002, dropping the last references to
jQuery().css().These have been deprecated for a year, and shouldn't really be used in any custom code.