Guest User

Untitled

a guest
Apr 17th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.21 KB | None | 0 0
  1. UPDATE 'wp_posts' set 'post_type' = "revision"
  2.   WHERE ('post_name' LIKE "%revision%" OR 'post_name' LIKE "%autosave%")
  3.   AND 'post_status' = "inherit"
  4.   AND 'post_parent' != 0
  5.   AND 'post_type' != "revision"
Advertisement
Add Comment
Please, Sign In to add comment