·
@GaryJ I have it running through post: github.com/kraftbj/genesi… On display, htmlcharacters is running.
@GaryJ style=”color:blue;display:none;” drops to just color:blue, color:blue;display:none;color:green strips style completely.
@GaryJ style=”display:none;” is completely stripped out. style=”test” left completely alone. style=”color:blue;” drops the semicolon only.
@GaryJ running beta3, let me update to latest nightly just to be sure i’m not running something old.
@GaryJ shouldn’t wp_kses_post, which is just wp_kses($data, post) get global? Why would <div style=”test”> persist but not display:none;
re last tweet, here’s the code for that section with the widget options form afterwards. github.com/kraftbj/genesi…