Closed (fixed)
Project:
Akismet
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2007 at 18:37 UTC
Updated:
15 Jun 2007 at 22:19 UTC
Jump to comment: Most recent file
Email from akismet always says the item is published. This line:
$message_args['%content-status'] = ($is_published ? t('published') : t('published')) . ($is_spam ? ' ('. t('marked as spam') .')' : '');
should have 'not published' in the second t() call.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | akismet_123228.patch | 939 bytes | drewish |
Comments
Comment #1
drewish commentedYou're right. I committed the attached patch to HEAD and DRUPAL-5.
Comment #2
(not verified) commented