So when I view the Activity in the backend I see an error:
Warning: usort() expects parameter 1 to be array, string given in **********/wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php on line 652
Should I disable Akismet?
The links are enclosed in single quotes e.g. <a href=’http
If I change it to <a href=”http
then the problem is sorted. But new activity still has the links in single quotes.
Okay, so I should have checked the database first. In the activity table the links are being recorded wrongly, without /page/ and number, so it must happen at time of posting. Would like to know if anyone has any suggestions why?