-
James Revillini replied to the topic backslash apostrophe bug in the forum How-to & Troubleshooting 6 years, 7 months ago
MY PREVIOUS POST IS MISSING SO I’M REPOSTING AND HOPING THIS ISN’T JUST LAG…
OK I found a more targeted way to fix this. Short answer, I added this code
add_filter( 'bp_get_activity_content_body', 'stripslashes_deep' );
HOW I added it is kind of important, I think. I’m running a plugin called Code Snippets…[Read more]
-
James Revillini replied to the topic backslash apostrophe bug in the forum How-to & Troubleshooting 6 years, 7 months ago
Confirmed.
On my installation, this happens on comments on activity. So if I go to my activity feed, post an update, then comment on my own update, then when the page refreshes, the comment will have backslashes preceding any single quote.
I’m going to dig into this.
@jrevillini
Active 1 month, 2 weeks ago