summaryrefslogtreecommitdiff
path: root/modules/php/php.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php/php.install')
-rw-r--r--modules/php/php.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.install b/modules/php/php.install
index a9eaa8b67..ca76bee50 100644
--- a/modules/php/php.install
+++ b/modules/php/php.install
@@ -41,5 +41,5 @@ function php_enable() {
* Implements hook_disable().
*/
function php_disable() {
- drupal_set_message(t('The PHP module has been disabled. Please note that any existing content that was using the PHP filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.'));
+ drupal_set_message(t('The PHP module has been disabled. Any existing content that was using the PHP filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.'));
}