We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb5d201 + 4ce6581 commit 96bb180Copy full SHA for 96bb180
1 file changed
plugins/auto_anchors_plugin/_auto_anchors.plugin.php
@@ -49,7 +49,7 @@ function PluginInit( & $params )
49
function get_coll_setting_definitions( & $params )
50
{
51
$default_params = array(
52
- 'default_comment_rendering' => 'opt-in',
+ 'default_comment_rendering' => 'never',
53
'default_post_rendering' => 'opt-out'
54
);
55
@@ -251,4 +251,4 @@ function callback_auto_anchor( $m )
251
}
252
253
254
-?>
+?>
0 commit comments