Sep 01, 2019 9:31 pm
Since performing the update the "recent posts" widget is now showing spurious question marks after emoji's (see attachment). This fault was not present before.
6 Replies
Sep 02, 2019 4:03 pm
Hi @cmw14, @percysgrowroom and @verek
Could you please try to remove one line of code from /wp-content/plugins/wpforo/wpf-includes/functions.php file and see if the issue is fixed?
Please find this line and remove it:
$text = trim( str_replace("\xA0", ' ', $text ) );
Then delete all caches and test it again.
Sep 03, 2019 3:52 am
This issue should be fixed with 1.6.4
Sep 03, 2019 7:22 am
Hi
Could you please try to remove one line of code from /wp-content/plugins/wpforo/wpf-includes/functions.php file and see if the issue is fixed?
Worked perfect for me too, thanks 👍