summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-22 14:47:14 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-22 14:47:14 +0000
commit8749a43a5419fd0e55034a23afb3fc63158ccd5f (patch)
tree1e13e3a8b5ec70fb99a29bc6cda5bc304125cf25 /modules/php
parenta71fd090aeefd818d80c6163c690694ea6259859 (diff)
downloadbrdo-8749a43a5419fd0e55034a23afb3fc63158ccd5f.tar.gz
brdo-8749a43a5419fd0e55034a23afb3fc63158ccd5f.tar.bz2
- Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer.
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 74538a424..05a828a3c 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -31,7 +31,7 @@ function php_permission() {
return array(
'use PHP for settings' => array(
'title' => t('Use PHP for settings'),
- 'description' => theme('placeholder', array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
+ 'description' => drupal_placeholder(array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
),
);
}