From 8749a43a5419fd0e55034a23afb3fc63158ccd5f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Dec 2009 14:47:14 +0000 Subject: - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/php') 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.'))), ), ); } -- cgit v1.2.3