UPDATE `wp_posts` SET post_title=REPLACE(post_title, "`", "`"); UPDATE `wp_posts` SET post_content=REPLACE(post_content, "`", "`");
このブログで久々にSQL叩いた
UPDATE `wp_posts` SET post_title=REPLACE(post_title, "`", "`"); UPDATE `wp_posts` SET post_content=REPLACE(post_content, "`", "`");
コメント