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
When running a PHPCS scan, the following error is present:
Wrong escaping function. HTML attributes should be escaped by esc_attr(), not by esc_html_e() (WordPressVIPMinimum.Security.ProperEscapingFunction.htmlAttrNotByEscHTML).
When running a PHPCS scan, the following error is present:
Wrong escaping function. HTML attributes should be escaped by esc_attr(), not by esc_html_e() (WordPressVIPMinimum.Security.ProperEscapingFunction.htmlAttrNotByEscHTML).
For this line: https://github.com/Yoast/duplicate-post/blob/trunk/src/admin/views/options.php#L247
esc_attr_e
should be used instead ofesc_html_e
The text was updated successfully, but these errors were encountered: