Skip to content

Commit 96bb180

Browse files
committed
Merge branch 'develop' into 7.0dev
2 parents cb5d201 + 4ce6581 commit 96bb180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/auto_anchors_plugin/_auto_anchors.plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function PluginInit( & $params )
4949
function get_coll_setting_definitions( & $params )
5050
{
5151
$default_params = array(
52-
'default_comment_rendering' => 'opt-in',
52+
'default_comment_rendering' => 'never',
5353
'default_post_rendering' => 'opt-out'
5454
);
5555

@@ -251,4 +251,4 @@ function callback_auto_anchor( $m )
251251
}
252252
}
253253

254-
?>
254+
?>

0 commit comments

Comments
 (0)