From 46dc29c7f345eab7ae024d01aba3d8efdc70b645 Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Sun, 18 Feb 2024 02:37:23 +0100 Subject: [PATCH 1/2] Fixes: #101 | Comments must be authorized --- fp-content/plugin_commentcenter/policies.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fp-content/plugin_commentcenter/policies.txt 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 From a5dad626789e5ce1371c99659290dd3c0cd0fe33 Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Sun, 18 Feb 2024 02:58:49 +0100 Subject: [PATCH 2/2] Update plugin.commentcenter.php --- fp-plugins/commentcenter/plugin.commentcenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ /**