Skip to content

Instantly share code, notes, and snippets.

@ivanmendoza
Created July 5, 2013 05:56

Revisions

  1. ivanmendoza created this gist Jul 5, 2013.
    2 changes: 2 additions & 0 deletions open-comments.sql
    Original 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';