From 00ca279153118d02eeecbe5ffa521f143c6a03a5 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 30 Mar 2013 15:50:21 -0400 Subject: Issue #1940404 by danpros: Fix URL typo in PHP module filter tips. --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php') diff --git a/modules/php/php.module b/modules/php/php.module index 996f746ec..d5ea15287 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -122,7 +122,7 @@ else { print t(\'Welcome visitor! Thank you for visiting.\'); } ') . ''; - $output .= '

' . t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://http://drupal.org/documentation/customization/php-snippets'))) . '

'; + $output .= '

' . t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://drupal.org/documentation/customization/php-snippets'))) . '

'; return $output; } else { -- cgit v1.2.3