summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 00:31:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 00:31:38 +0000
commit6d0ca97b8f8123a27226b946156b2178f33066f2 (patch)
treec6db4213af9dc58e50b412d908aac156dd23d7f7 /modules/php
parent46808e29c1ab56596502a448c310f1f458f965a5 (diff)
downloadbrdo-6d0ca97b8f8123a27226b946156b2178f33066f2.tar.gz
brdo-6d0ca97b8f8123a27226b946156b2178f33066f2.tar.bz2
#690622 by jhodgdon: Remove the word 'node' from various strings.
Diffstat (limited to 'modules/php')
-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 4b1ac5b6d..08b8f7bb8 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -14,7 +14,7 @@ function php_help($path, $arg) {
case 'admin/help#php':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
- $output .= '<p>' . t('The PHP filter module adds a PHP filter to your site, for use with <a href="@filter">text formats</a>. This filter adds the ability to execute PHP code in any text field that uses a text format (such as the body of a node or the text of a comment). <a href="@php-net">PHP</a> is a general-purpose scripting language widely-used for web development, and is the language with which Drupal has been developed. For more information, see the online handbook entry for the <a href="@php">PHP filter module</a>.', array('@filter' => url('admin/help/filter'), '@php-net' => 'http://www.php.net', '@php' => 'http://drupal.org/handbook/modules/php/')) . '</p>';
+ $output .= '<p>' . t('The PHP filter module adds a PHP filter to your site, for use with <a href="@filter">text formats</a>. This filter adds the ability to execute PHP code in any text field that uses a text format (such as the body of a content item or the text of a comment). <a href="@php-net">PHP</a> is a general-purpose scripting language widely-used for web development, and is the language with which Drupal has been developed. For more information, see the online handbook entry for the <a href="@php">PHP filter module</a>.', array('@filter' => url('admin/help/filter'), '@php-net' => 'http://www.php.net', '@php' => 'http://drupal.org/handbook/modules/php/')) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Enabling execution of PHP in text fields') . '</dt>';