aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-05-24 15:25:28 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-05-24 15:25:28 +0200
commita535b6449aeb91618ddc7de90675158dd2d1d6bc (patch)
tree1e181582468f6c41af2db2808202c0cf8e0100af /phpBB/language/en/acp
parentf6beabc59354a7b872039403574f8ceb44b6d325 (diff)
downloadforums-a535b6449aeb91618ddc7de90675158dd2d1d6bc.tar
forums-a535b6449aeb91618ddc7de90675158dd2d1d6bc.tar.gz
forums-a535b6449aeb91618ddc7de90675158dd2d1d6bc.tar.bz2
forums-a535b6449aeb91618ddc7de90675158dd2d1d6bc.tar.xz
forums-a535b6449aeb91618ddc7de90675158dd2d1d6bc.zip
[ticket/16000] Link to php's date()
PHPBB3-16000
Diffstat (limited to 'phpBB/language/en/acp')
-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 9b45ffa45b..d9a218c5d0 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>date</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" target="_blank" rel="noreferrer noopener">date()</a></code> function.',
'DEFAULT_LANGUAGE' => 'Default language',
'DEFAULT_STYLE' => 'Default style',
'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.',