Custom BBCodes? Never heard of 'em.

git-svn-id: file:///svn/phpbb/trunk@6718 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2006-12-06 18:30:33 +00:00
parent 6e7c29adfb
commit a9b2e99974

View file

@ -96,7 +96,7 @@ $help = array(
), ),
array( array(
0 => 'Can I add my own tags?', 0 => 'Can I add my own tags?',
1 => 'No, I am afraid not directly in phpBB 2.0. We are looking at offering customisable BBCode tags for the next major version' 1 => 'If you are an administrator on this board and have the proper permissions, you can add further BBCodes through the Custom BBCodes section.'
) )
); );