Fixes #101 | Comments must be authorized

Fixes #101 | Comments must be authorized as standard
This commit is contained in:
Frank Hochmuth 2024-02-18 03:05:24 +01:00 committed by GitHub
commit e1a1fc08eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?php
$policies = array (
0 =>
array (
'do' => '0',
'is_all' => true,
),
);
?>

View File

@ -6,7 +6,7 @@
* Plugin URI: https://www.flatpress.org * Plugin URI: https://www.flatpress.org
* Author: FlatPress * Author: FlatPress
* Author URI: https://www.flatpress.org * 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: <a href="./admin.php?p=entry&action=commentcenter" title="Manage the policies" >Set policies</a>, publish or reject comments. Part of the standard distribution.
*/ */
/** /**