I want comments to be on whenever admin publish a post.Default value of comment_status is open in database.But when someone enters a post and it goes to admin for approval and admin approves it,it enter new row in wp_post table with post_name field value as "282-revision",but comment_status turned to closed in previous row.Which turned "Comments off" for that post.How can i make comments to remain open by default when admin approves a post.