diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 3fe80c6f8..9c0ec95b9 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1546,7 +1546,7 @@ function t($string, array $args = array(), array $options = array()) { case '%': default: // Escaped and placeholder. - $args[$key] = theme('placeholder', array('text' => $value)); + $args[$key] = drupal_placeholder(array('text' => $value)); break; case '!': |