Issue #2339021 by catch: Fixed Incorrect call to l() in system_token_info.
parent
b33a215c38
commit
db253b0901
|
@ -64,7 +64,7 @@ function system_token_info() {
|
||||||
);
|
);
|
||||||
$date['custom'] = array(
|
$date['custom'] = array(
|
||||||
'name' => t("Custom format"),
|
'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(
|
$date['since'] = array(
|
||||||
'name' => t("Time-since"),
|
'name' => t("Time-since"),
|
||||||
|
|
Loading…
Reference in New Issue