diff options
Diffstat (limited to 'modules/php/php.install')
-rw-r--r-- | modules/php/php.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index ca76bee50..15c878403 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -33,7 +33,7 @@ function php_enable() { $php_format = (object) $php_format; filter_format_save($php_format); - drupal_set_message(t('A !php-code text format has been created.', array('!php-code' => l('PHP code', 'admin/config/content/formats/' . $php_format->format)))); + drupal_set_message(t('A <a href="@php-code">PHP code</a> text format has been created.', array('@php-code' => url('admin/config/content/formats/' . $php_format->format)))); } } |