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/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index b0ed0c736..8eea554a6 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1423,7 +1423,7 @@ function node_permission() { ), 'administer nodes' => array( 'title' => t('Administer content'), - '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.'))), ), 'access content' => array( 'title' => t('View published content'), -- cgit v1.2.3