Skip to content
Snippets Groups Projects
Commit db253b09 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent b33a215c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -64,7 +64,7 @@ function system_token_info() { ...@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment