Index: modules/php/php.install =================================================================== RCS file: /cvs/drupal/drupal/modules/php/php.install,v retrieving revision 1.17 diff -u -p -r1.17 php.install --- modules/php/php.install 9 Jan 2010 23:03:21 -0000 1.17 +++ modules/php/php.install 12 Sep 2010 14:10:29 -0000 @@ -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 PHP code text format has been created.', array('@php-code' => url('admin/config/content/formats/' . $php_format->format)))); } }