Created
July 5, 2013 05:56
Revisions
-
ivanmendoza created this gist
Jul 5, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ UPDATE wp_posts SET comment_status = 'open' WHERE comment_status != 'open'; UPDATE wp_posts SET ping_status = 'open' WHERE ping_status != 'open';