| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(variable_get('node_notify_default_mailtext',AUTHOR_MAILTEXT),array('!commname'=>$comment->name,'!commtext'=>$comment->comment,'!commsubj'=>$comment->subject,'!comment_url'=>url('node/'.$nid,NULL,NULL,1).'#comment-'.$cid,'!node_title'=>$node->title,'!node_teaser'=>$node->teaser,'!mission'=>variable_get('site_mission',''),'!node_body'=>$node->body,'!name'=>$author->name,'!site'=>variable_get('site_name','drupal'),'!uri'=>$base_url,'!uri_brief'=>preg_replace('!^https?://!','',$base_url),'!date'=>format_date(time()),'!login_uri'=>url('user',NULL,NULL,1),'!edit_uri'=>url('user/'.$alert->uid.'/edit',NULL,NULL,1))) in comment_notify/comment_notify.module on line 378. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(variable_get('comment_notify_default_mailtext',DEFAULT_MAILTEXT),array('!commname'=>$comment->name,'!commtext'=>$comment->comment,'!commsubj'=>$comment->subject,'!comment_url'=>url('node/'.$nid,NULL,NULL,1).'#comment-'.$cid,'!node_title'=>$node->title,'!node_teaser'=>$node->teaser,'!mission'=>variable_get('site_mission',''),'!node_body'=>$node->body,'!name'=>$alert->name,'!site'=>variable_get('site_name','drupal'),'!uri'=>$base_url,'!uri_brief'=>preg_replace('!^https?://!','',$base_url),'!date'=>format_date(time()),'!login_uri'=>url('user',NULL,NULL,1),'!edit_uri'=>url('user/'.$alert->uid.'/edit',NULL,NULL,1),'!link1'=>url('comment_notify/disable/'.$alert->notify_hash,NULL,NULL,1))) in comment_notify/comment_notify.module on line 423. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(DEFAULT_MAILTEXT) in comment_notify/comment_notify.module on line 582. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(AUTHOR_MAILTEXT) in comment_notify/comment_notify.module on line 611. Read more at http://drupal.org/node/322732 |