WordPress / better-code-editing

[✅ Merged into 4.9-alpha] Better Code Editing WordPress plugin
https://wordpress.org/plugins/better-code-editing/
37 stars 16 forks source link

Configure HTMLHint including KSES rule, remove permitted HTML tags notice #47

Closed westonruter closed 7 years ago

westonruter commented 7 years ago

Before:

image

After:

image

westonruter commented 7 years ago

@melchoyce with this change we can eliminate entirely the “some HTML tags are not permitted” message since HTMLHint will take care of warning about them when they are actually used.