diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-07-20 15:13:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-07-20 15:13:12 +0000 |
commit | 50dac6f6715d74bddce652a48208bfeaa91b5dd1 (patch) | |
tree | 27b857ef4c6b0270d4beaaea628f9b4721771d3e /modules | |
parent | 7ab84f9fcf0fa73b4cf911f41680849d040511f2 (diff) | |
download | brdo-50dac6f6715d74bddce652a48208bfeaa91b5dd1.tar.gz brdo-50dac6f6715d74bddce652a48208bfeaa91b5dd1.tar.bz2 |
- Fixed typo reported by Stefan: theem -> theme
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index d5ddbfacc..a5990e36e 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -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; diff --git a/modules/comment/comment.module b/modules/comment/comment.module index d5ddbfacc..a5990e36e 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -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; |