Fixes #101 | Comments must be authorized
Fixes #101 | Comments must be authorized as standard
This commit is contained in:
commit
e1a1fc08eb
11
fp-content/plugin_commentcenter/policies.txt
Normal file
11
fp-content/plugin_commentcenter/policies.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$policies = array (
|
||||||
|
0 =>
|
||||||
|
array (
|
||||||
|
'do' => '0',
|
||||||
|
'is_all' => true,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
?>
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user