- Fixed typo reported by Stefan: theem -> theme

4.7.x
Dries Buytaert 2005-07-20 15:13:12 +00:00
parent 7ab84f9fcf
commit 50dac6f671
2 changed files with 2 additions and 2 deletions

View File

@ -710,7 +710,7 @@ function comment_save($edit) {
}
}
else {
$txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
$txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
watchdog('content', $txt, WATCHDOG_WARNING);
drupal_set_message($txt, 'error');
return FALSE;

View File

@ -710,7 +710,7 @@ function comment_save($edit) {
}
}
else {
$txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
$txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
watchdog('content', $txt, WATCHDOG_WARNING);
drupal_set_message($txt, 'error');
return FALSE;