summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-09 23:15:26 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-09 23:15:26 +0000
commitd067e447a6819178ff2b0488aae2c08d95dad808 (patch)
tree68fd738ac7d8920e8402d2a14879efc5ec94fd8a /modules/php
parentfa2b71967b3434b68a67236b9c1b50b823477e99 (diff)
downloadbrdo-d067e447a6819178ff2b0488aae2c08d95dad808.tar.gz
brdo-d067e447a6819178ff2b0488aae2c08d95dad808.tar.bz2
#679894 by Bojhan: Fix remaining instances of Input format => Text format.
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 05a828a3c..d5a082f42 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 input 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 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 .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Enabling execution of PHP in text fields') . '</dt>';