diff --git a/modules/editorial-comments/editorial-comments.php b/modules/editorial-comments/editorial-comments.php index 5d7aa6c1..903abf2b 100644 --- a/modules/editorial-comments/editorial-comments.php +++ b/modules/editorial-comments/editorial-comments.php @@ -67,7 +67,7 @@ public function __construct() 'icon_class' => 'dashicons dashicons-admin-comments', 'slug' => 'editorial-comments', 'default_options' => [ - 'enabled' => 'on', + 'enabled' => 'off', 'post_types' => [ 'post' => 'on', 'page' => 'on', diff --git a/modules/editorial-metadata/editorial-metadata.php b/modules/editorial-metadata/editorial-metadata.php index 6ebbb094..f2998115 100644 --- a/modules/editorial-metadata/editorial-metadata.php +++ b/modules/editorial-metadata/editorial-metadata.php @@ -233,7 +233,7 @@ public function install() $this->setDefaultCapabilities(); - //$publishpress->update_module_option($this->module->name, 'enabled', 'off'); + $publishpress->update_module_option($this->module->name, 'enabled', 'off'); } /**