diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-07-13 18:23:42 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-07-15 22:05:06 +0200 |
commit | 9129cd0e9e62007e23c9b57d3c157a68119b431f (patch) | |
tree | ae60ea4e071be5c53219393744040b40d66ec77c /phpBB/language/en/acp/board.php | |
parent | da7fc9e5daf6e72f9b86dbc5e002febb202f516e (diff) | |
download | forums-9129cd0e9e62007e23c9b57d3c157a68119b431f.tar forums-9129cd0e9e62007e23c9b57d3c157a68119b431f.tar.gz forums-9129cd0e9e62007e23c9b57d3c157a68119b431f.tar.bz2 forums-9129cd0e9e62007e23c9b57d3c157a68119b431f.tar.xz forums-9129cd0e9e62007e23c9b57d3c157a68119b431f.zip |
[ticket/13935] Removed UI
PHPBB3-13935
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 69d6158241..001775349a 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -161,8 +161,6 @@ $lang = array_merge($lang, array( 'ACP_POST_SETTINGS_EXPLAIN' => 'Here you can set all default settings for posting.', 'ALLOW_POST_LINKS' => 'Allow links in posts/private messages', 'ALLOW_POST_LINKS_EXPLAIN' => 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.', - 'ALLOWED_SCHEMES_LINKS' => 'Allowed schemes in links', - 'ALLOWED_SCHEMES_LINKS_EXPLAIN' => 'Users can only post schemeless URLs or one of the comma-separated list of allowed schemes.', 'ALLOW_POST_FLASH' => 'Allow use of <code>[FLASH]</code> BBCode tag in posts', 'ALLOW_POST_FLASH_EXPLAIN' => 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.', |