summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 15:50:21 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 15:50:21 -0400
commit00ca279153118d02eeecbe5ffa521f143c6a03a5 (patch)
tree48ec39e1ec95df5a7fd76f6cc42bda9b01ad6eeb
parent79c6205b4c425c3f424e7cca5efcf13dd5c1befa (diff)
downloadbrdo-00ca279153118d02eeecbe5ffa521f143c6a03a5.tar.gz
brdo-00ca279153118d02eeecbe5ffa521f143c6a03a5.tar.bz2
Issue #1940404 by danpros: Fix URL typo in PHP module filter tips.
-rw-r--r--modules/php/php.module2
1 files changed, 1 insertions, 1 deletions
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.\');
}
</pre>') . '</li></ul>';
- $output .= '<p>' . t('<a href="@drupal">Drupal.org</a> offers <a href="@php-snippets">some example PHP snippets</a>, 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'))) . '</p>';
+ $output .= '<p>' . t('<a href="@drupal">Drupal.org</a> offers <a href="@php-snippets">some example PHP snippets</a>, 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'))) . '</p>';
return $output;
}
else {