diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-06-06 21:59:25 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-06-06 21:59:25 +0200 |
commit | 4f44145301590e462f9c98dc3ed6859b17eddfd4 (patch) | |
tree | 07cb3ca3db05f93b1edea60342c82b709e692481 /phpBB/language/en/acp | |
parent | d6735273319f26a75bb05fa601b92e1dff43b12d (diff) | |
parent | fe796267c1cdc21479ef9419f52a4a03fc9b6854 (diff) | |
download | forums-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.php | 2 |
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.', |