"Ping this" Wordpress plugin doesn't work properly on posts with quotes in the title.
On posts that include quotes in their title, such as this one at my blog, the Ping this! link ends up broken due to the quote not getting escaped properly. Thus, for example, the post I linked to ends up having a suggested title of just "FriendFeed" rather than "FriendFeed "Neo" released."
I hacked a quick fix, though; open ping.fm-ping-this.php end edit line 30 to read:
This should resolve the problem for you.
I hacked a quick fix, though; open ping.fm-ping-this.php end edit line 30 to read:
$title = urlencode(htmlentities($post->post_title));
This should resolve the problem for you.
1 person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Loading Profile...


