diff options
Diffstat (limited to 'modules/php/php.module')
-rw-r--r-- | modules/php/php.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.module b/modules/php/php.module index 4208acbd0..b623e28ff 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -27,7 +27,7 @@ function php_permission() { return array( 'use PHP for settings' => array( 'title' => t('Use PHP for settings'), - 'description' => t('Enter PHP in settings fields where PHP is allowed. %warning', array('%warning' => t('Warning: Give to trusted roles only; this permission has security implications.'))), + 'description' => theme('placeholder', array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))), ), ); } |