diff --git a/fp-content/plugin_commentcenter/policies.txt b/fp-content/plugin_commentcenter/policies.txt new file mode 100644 index 0000000..1ecf2a5 --- /dev/null +++ b/fp-content/plugin_commentcenter/policies.txt @@ -0,0 +1,11 @@ + + array ( + 'do' => '0', + 'is_all' => true, + ), +); + +?> \ No newline at end of file diff --git a/fp-plugins/commentcenter/plugin.commentcenter.php b/fp-plugins/commentcenter/plugin.commentcenter.php index f881a92..9dbc033 100644 --- a/fp-plugins/commentcenter/plugin.commentcenter.php +++ b/fp-plugins/commentcenter/plugin.commentcenter.php @@ -6,7 +6,7 @@ * Plugin URI: https://www.flatpress.org * Author: FlatPress * Author URI: https://www.flatpress.org - * Description: Manage your blog's comments: Set policies, publish or reject comments. Part of the standard distribution. + * Description: Manage your blog's comments: Set policies, publish or reject comments. Part of the standard distribution. */ /**