function success_message_submit($id)
 {
     $wpad_save_data = new wpad_save_data();
     $result = $wpad_save_data->comment_publish_pending($id);
     if ($result == 0) {
         _e("Signeringen venter på moderering", 'wpad');
     } else {
         _e("Your comment has been successfully published. Please refresh the page to see your comment.", 'wpad');
     }
 }