Email Share Has Encoded Characters – Fixed
-
I found that when I clicked the email share button on a post, my post titled “June 4, 2015” was showing in the subject line as: “June 4%2c 2015”. The solution/fix to this is very simple. In inc/social_sharing.php on line 61, replace “escape(” with “decodeURIComponent(” – there are two instances of this on that line. The JavaScript function escape has been deprecated – see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email Share Has Encoded Characters – Fixed’ is closed to new replies.