aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-06-04 20:05:06 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-06-04 20:05:06 +0200
commitfe796267c1cdc21479ef9419f52a4a03fc9b6854 (patch)
treeb6a1bdeb060588f28e5f8ef812d2fc35f3642261 /phpBB/language/en/acp/board.php
parenta535b6449aeb91618ddc7de90675158dd2d1d6bc (diff)
downloadforums-fe796267c1cdc21479ef9419f52a4a03fc9b6854.tar
forums-fe796267c1cdc21479ef9419f52a4a03fc9b6854.tar.gz
forums-fe796267c1cdc21479ef9419f52a4a03fc9b6854.tar.bz2
forums-fe796267c1cdc21479ef9419f52a4a03fc9b6854.tar.xz
forums-fe796267c1cdc21479ef9419f52a4a03fc9b6854.zip
[ticket/16000] Do not open links in a new tab
PHPBB3-16000
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index d9a218c5d0..378dd3fc38 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
'BOARD_STYLE' => 'Board style',
'CUSTOM_DATEFORMAT' => 'Custom…',
'DEFAULT_DATE_FORMAT' => 'Date format',
- 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code><a href="https://secure.php.net/manual/function.date.php" target="_blank" rel="noreferrer noopener">date()</a></code> function.',
+ 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code><a href="https://secure.php.net/manual/function.date.php">date()</a></code> function.',
'DEFAULT_LANGUAGE' => 'Default language',
'DEFAULT_STYLE' => 'Default style',
'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.',