line 702: $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem ('placeholder', $edit['subject']))); Shoud be: $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme ('placeholder', $edit['subject']))); theme('placeholder') instead of theem('placeholder') Stefan Op 19-jul-2005, om 19:51 heeft drupal-devel@drupal.org het volgende geschreven:
User: dries Branch: HEAD Date: Tue, 19 Jul 2005 17:51:59 +0000
Modified files: /modules comment.module
Log message: - Modified patch #18656 by Moshe: unifies the admin comment form and the usual comment form, similar to what we did for nodes. This resulted lots of duplicate code removal. Also gave administrators the ability to change the author and timestamp of a comment. Also removed comment links from the bottom of the comment preview box (as we did for nodes)
Modifications: fixed breadcrumbs, tidied up delete confirmation page to be consistent with node deletions..
Links: http://cvs.drupal.org/diff.php?path=drupal/modules/ comment.module&old=1.358&new=1.359
-- [ Drupal cvs list | http://list.drupal.org/ ]