From fe19714805e12e78aa59fe59c484a0a2019cd7c1 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Tue, 14 Mar 2006 15:15:46 +0000 Subject: [PATCH] - theme_placeholder to theme('placeholder') --- modules/filter.module | 2 +- modules/filter/filter.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/filter.module b/modules/filter.module index e7df3c8fd7b0..929007ba0128 100644 --- a/modules/filter.module +++ b/modules/filter.module @@ -837,7 +837,7 @@ function filter_form_validate($form) { } } form_error($form, t('An illegal choice has been detected. Please contact the site administrator.')); - watchdog('form', t('Illegal choice %choice in %name element.', array('%choice' => theme('placeholder', check_plain($v)), '%name' => theme_placeholder(empty($form['#title']) ? $form['#parents'][0] : $form['#title'])), WATCHDOG_ERROR)); + watchdog('form', t('Illegal choice %choice in %name element.', array('%choice' => theme('placeholder', check_plain($v)), '%name' => theme('placeholder', empty($form['#title']) ? $form['#parents'][0] : $form['#title'])), WATCHDOG_ERROR)); } /** diff --git a/modules/filter/filter.module b/modules/filter/filter.module index e7df3c8fd7b0..929007ba0128 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -837,7 +837,7 @@ function filter_form_validate($form) { } } form_error($form, t('An illegal choice has been detected. Please contact the site administrator.')); - watchdog('form', t('Illegal choice %choice in %name element.', array('%choice' => theme('placeholder', check_plain($v)), '%name' => theme_placeholder(empty($form['#title']) ? $form['#parents'][0] : $form['#title'])), WATCHDOG_ERROR)); + watchdog('form', t('Illegal choice %choice in %name element.', array('%choice' => theme('placeholder', check_plain($v)), '%name' => theme('placeholder', empty($form['#title']) ? $form['#parents'][0] : $form['#title'])), WATCHDOG_ERROR)); } /** -- GitLab