Pastetool #452

URL: , Paste another

-- Fix Apostrophe problems on data of wordpress posts
update wp_posts
set post_content = replace(replace(replace(replace(post_content, '“','"'), '’',"'"), '”','"'), '’',"'");

update wp_posts
set post_title = replace(replace(replace(replace(post_title, '“','"'), '’',"'"), '”','"'), '’',"'");

update wp_posts
set post_name = replace(post_name, 'ae%e2%84%a2','');

Download code


This code was pasted on March 2, 2010




Protected with advance Anti-SPAM techniques :)
Coded and designed by Fedmich
Follow us on Twitter