From 3dc1157a1e2a85316029e70c95bed257c697f454 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Jan 2009 16:58:42 +0000 Subject: - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php/php.module') diff --git a/modules/php/php.module b/modules/php/php.module index cf7dea43d..de7371b7f 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -44,7 +44,7 @@ function php_filter_tips($delta, $format, $long = FALSE) { $output .= '
  • ' . t('Consider including your custom PHP code within a site-specific module or template.php file rather than embedding it directly into a post or block.') . '
  • '; $output .= '
  • ' . t('Be aware that the ability to embed PHP code within content is provided by the PHP Filter module. If this module is disabled or deleted, then blocks and posts with embedded PHP may display, rather than execute, the PHP code.') . '
  • '; $output .= '

    ' . t('A basic example: Creating a "Welcome" block that greets visitors with a simple message.') . '

    '; - $output .= '