aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
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/ucp.php
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/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index a754b4114e..8549230b9f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -116,7 +116,7 @@ $lang = array_merge($lang, array(
'BIRTHDAY' => 'Birthday',
'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.',
'BOARD_DATE_FORMAT' => 'My date format',
- 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date">date()</a> function.',
+ 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="https://secure.php.net/manual/function.date.php">date()</a> function.',
'BOARD_LANGUAGE' => 'My language',
'BOARD_STYLE' => 'My board style',
'BOARD_TIMEZONE' => 'My timezone',