Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress+WP integration and attribute_escapes

Looks like my problems come from Worpresses desire to add slashes to _POST (around line 527 of wp-settings, look for add_magic_quotes())… and bbPresses desire to do the same (calls to bb_global_sanitize() around like 140ish of bb-settings.php).

I can work around this with a hack to either detecting if WP_BB is defined, is there a better way to do this?

Skip to toolbar