1
0

upport last nl2br changes

This commit is contained in:
Ian
2014-02-08 17:08:59 +01:00
parent 4f164cdb55
commit f37e0db153
30 changed files with 269 additions and 229 deletions

View File

@ -1,7 +1,7 @@
<?php # $Id$
<?php #
/**
* @version $Revision$
* @version
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 1501
*/
@ -11,4 +11,4 @@
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', '改行を変換しない HTML タグの一覧');
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', '提案: "code,pre,geshi,textarea". 複数のタグをカンマ(「,」)で分けます。ヒント: 入力されたタグは正規表現として評価されます。');
?>