Issue #2339021 by catch: Fixed Incorrect call to l() in system_token_info.

8.0.x
Alex Pott 2014-09-16 12:07:20 +01:00
parent b33a215c38
commit db253b0901
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function system_token_info() {
);
$date['custom'] = array(
'name' => t("Custom format"),
'description' => t("A date in a custom format. See !php-date for details.", array('!php-date' => l(t('the PHP documentation'), 'http://php.net/manual/function.date.php'))),
'description' => t('A date in a custom format. See <a href="http://php.net/manual/function.date.php">the PHP documentation</a> for details.'),
);
$date['since'] = array(
'name' => t("Time-since"),