1
0

Make 'target' attribute configurable

This commit is contained in:
Garvin Hicking
2006-08-24 09:33:19 +00:00
parent ae10cad21c
commit 197197131a
2 changed files with 19 additions and 5 deletions

View File

@@ -9,5 +9,6 @@
@define('PLUGIN_EVENT_BBCODE_NAME', 'Markup: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Markup text using BBCode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> format allowed');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Use target="blank" for links?');
?>