You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the invalid uses of esc_js() and esc_attr() in class-fieldmanager-util-validation.php, e.g. this block and this block, with more appropriate escaping procedures. The entire file warrants review for updated standards. We should perhaps consider deprecating it in favor of something more modern, ideally that doesn't depend on jQuery.
Replace the invalid uses of
esc_js()
andesc_attr()
in class-fieldmanager-util-validation.php, e.g. this block and this block, with more appropriate escaping procedures. The entire file warrants review for updated standards. We should perhaps consider deprecating it in favor of something more modern, ideally that doesn't depend on jQuery.Props @natebot for noticing.
The text was updated successfully, but these errors were encountered: