why is kses removing semicolon from inline style?
There are no signs that this was accidental or a bug, and has been in core for many years. This is because of this set of lines at the end of the main loop of safecss_filter_attr: // Only add the CSS part if it passes the regex check. if ( $allow_css ) { if ( … Read more