·
@GaryJ I’ll see if I can get it by adding display via the filter before running it through wp_kses after dinner. Thanks for the extra eyes.
@GaryJ There we go. display isn’t allowed: core.trac.wordpress.org/browser/trunk/…
@GaryJ same result when writing a post with a lower-role user (e.g. author role). Was trying the post as admin, which allowed me of course.
@GaryJ Not that I’ve seen, though wouldn’t say that there isn’t one.
@GaryJ tried it w/ 3.6-nightly, g2-beta1 with only latest of enews active. no change.
@GaryJ Tried switching on display from htmlcharacters to esc_html with no change. removing the wp_kses_post resolves problem.