diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 16:24:51 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 16:24:51 +0200 |
| commit | 23b3667978bb9177c8ffb6877904e117a18693fa (patch) | |
| tree | 83adee6a90e348142a19b20a645880f76f162f54 /phpBB/language/en/help_bbcode.php | |
| parent | 38f05750b73d04b5093e2a7898e5ec576f0d2f30 (diff) | |
| download | forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.gz forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.bz2 forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.xz forums-23b3667978bb9177c8ffb6877904e117a18693fa.zip | |
[ticket/12456] Add , after the last array element
PHPBB3-12456
Diffstat (limited to 'phpBB/language/en/help_bbcode.php')
| -rw-r--r-- | phpBB/language/en/help_bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php index d627ac3908..61263752b2 100644 --- a/phpBB/language/en/help_bbcode.php +++ b/phpBB/language/en/help_bbcode.php @@ -109,5 +109,5 @@ $help = array( array( 0 => 'Can I add my own tags?', 1 => 'If you are an administrator on this board and have the proper permissions, you can add further BBCodes through the Custom BBCodes section.' - ) + ), ); |
