diff options
| author | wjames5 <will@tekimaki.com> | 2007-05-16 13:23:23 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-05-16 13:23:23 +0000 |
| commit | 214bff73c4881e8af0d9a36bb867ad474575a194 (patch) | |
| tree | 9d688015793fd80ac91340de1f520658c611df36 /plugins/format.tikiwiki.php | |
| parent | 473cece5fd56df107a7006f8780bbb0d748eeccb (diff) | |
| download | liberty-214bff73c4881e8af0d9a36bb867ad474575a194.tar.gz liberty-214bff73c4881e8af0d9a36bb867ad474575a194.tar.bz2 liberty-214bff73c4881e8af0d9a36bb867ad474575a194.zip | |
add alternate two field blogpost editing as admin option - off by default
Diffstat (limited to 'plugins/format.tikiwiki.php')
| -rw-r--r-- | plugins/format.tikiwiki.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/format.tikiwiki.php b/plugins/format.tikiwiki.php index 2af8e22..df591e7 100644 --- a/plugins/format.tikiwiki.php +++ b/plugins/format.tikiwiki.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.92 $ + * @version $Revision: 1.93 $ * @package liberty */ global $gLibertySystem; @@ -26,7 +26,8 @@ $pluginParams = array ( 'edit_label' => 'Tiki Wiki Syntax', 'edit_field' => PLUGIN_GUID_TIKIWIKI, 'help_page' => 'TikiWikiSyntax', - 'plugin_type' => FORMAT_PLUGIN + 'plugin_type' => FORMAT_PLUGIN, + 'linebreak' => "\r\n" ); $gLibertySystem->registerPlugin( PLUGIN_GUID_TIKIWIKI, $pluginParams ); |
