18 lines
1006 B
PHP
18 lines
1006 B
PHP
<?php # $Id$
|
|
##########################################################################
|
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
|
|
# Developer Team) All rights reserved. See LICENSE file for licensing #
|
|
# details #
|
|
# #
|
|
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
|
# http://www.jannis.to/programming/serendipity.html #
|
|
# #
|
|
# Translated by #
|
|
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
|
|
# http://www.exten.cn #
|
|
##########################################################################
|
|
|
|
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
|
@define('PLUGIN_EVENT_NL2BR_DESC', '转换新行成 BR 标签');
|
|
?>
|