blob: cb755cbdcdc02a3fcc1a9b9486ea6e995ea887a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$default_settings = array(
"comment_visible_default" => False,
"default_language" => "en",
"default_section" => 0/* Must be created */
"allow_comments_default" => True,
"comment_textprocessor" => "Markdown"
);
?>
|