From c01597499cbfbce0a429b7196a315e1643d9e5c2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 6 Mar 2006 14:03:56 +0000 Subject: - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) - fixed forum editing and parent id selection - completely removed HTML support (it only creates security problems) - changed cache_moderators() to reflect permission changes git-svn-id: file:///svn/phpbb/trunk@5603 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/posting.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/language/en/posting.php') diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e76831cef1..d1d507a94b 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -74,7 +74,6 @@ $lang = array_merge($lang, array( 'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', 'DISABLE_BBCODE' => 'Disable BBCode', - 'DISABLE_HTML' => 'Disable HTML', 'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs', 'DISABLE_SMILIES' => 'Disable Smilies', 'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed', @@ -100,9 +99,6 @@ $lang = array_merge($lang, array( 'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s', - 'HTML_IS_OFF' => 'HTML is OFF', - 'HTML_IS_ON' => 'HTML is ON', - 'IMAGES_ARE_OFF' => '[img] is OFF', 'IMAGES_ARE_ON' => '[img] is ON', 'INVALID_FILENAME' => '%s is an invalid filename', -- cgit v1.2.1