diff --git a/phpBB/config.php b/phpBB/config.php index e69de29bb2..da2f709dae 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 21f6d5e08f..95217c3ac8 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -40,7 +40,6 @@ $lang = array_merge($lang, array( 'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.', 'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)', - 'BBCODE_A_HELP' => 'Close all open BBCode tags', 'BBCODE_B_HELP' => 'Bold text: [b]text[/b] (alt+b)', 'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)', 'BBCODE_E_HELP' => 'List: Add list element',