aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-06-06 21:59:25 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-06-06 21:59:25 +0200
commit4f44145301590e462f9c98dc3ed6859b17eddfd4 (patch)
tree07cb3ca3db05f93b1edea60342c82b709e692481 /phpBB/language/en/acp
parentd6735273319f26a75bb05fa601b92e1dff43b12d (diff)
parentfe796267c1cdc21479ef9419f52a4a03fc9b6854 (diff)
downloadforums-4f44145301590e462f9c98dc3ed6859b17eddfd4.tar
forums-4f44145301590e462f9c98dc3ed6859b17eddfd4.tar.gz
forums-4f44145301590e462f9c98dc3ed6859b17eddfd4.tar.bz2
forums-4f44145301590e462f9c98dc3ed6859b17eddfd4.tar.xz
forums-4f44145301590e462f9c98dc3ed6859b17eddfd4.zip
Merge pull request #5603 from senky/ticket/16000
[ticket/16000] Link to php's date()
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..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>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">date()</a></code> function.',
'DEFAULT_LANGUAGE' => 'Default language',
'DEFAULT_STYLE' => 'Default style',
'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.',