Skip to content

Commit

Permalink
Remove "Disable Editorial Comments and Fields for new sites #1600" fr…
Browse files Browse the repository at this point in the history
…om current release
  • Loading branch information
olatechpro committed Jul 24, 2024
1 parent 962f882 commit bd4f327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/editorial-comments/editorial-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct()
'icon_class' => 'dashicons dashicons-admin-comments',
'slug' => 'editorial-comments',
'default_options' => [
'enabled' => 'off',
'enabled' => 'on',
'post_types' => [
'post' => 'on',
'page' => 'on',
Expand Down
2 changes: 1 addition & 1 deletion modules/editorial-metadata/editorial-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
= [4.3.1] - 24 July 2024 =

* Fixed : Calendar not loading older post on navigation, #1707
* Update : Disable Editorial Comments and Fields for new sites, #1600
* Update : Add "Private" status in Content Board, #1671
* Update : Add Scheduled status option to Content Calendar, Overview and Board status filter, #1644
* Update : Update plugin description, #1612
Expand Down

0 comments on commit bd4f327

Please sign in to comment.