CampaignMonitorSubscribeForm.php - Line 177
- '#title' => check_plain($field['FieldName'])
+ '#title' => SafeMarkup::checkPlain($field['FieldName']),
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | checkplain_2911941.patch | 1.55 KB | jalpesh |
CampaignMonitorSubscribeForm.php - Line 177
- '#title' => check_plain($field['FieldName'])
+ '#title' => SafeMarkup::checkPlain($field['FieldName']),
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | checkplain_2911941.patch | 1.55 KB | jalpesh |
Comments
Comment #2
jalpesh commentedThere are 2 place where check_plain yet to replace. I have attach a patch for same.
One more question: Why there is .inc file in include folder. code is looks like Drupal 7 code.
Comment #5
NewZeal commentedFix committed and pushed to dev.
Comment #6
jalpesh commentedMark as fix as it is already move to Dev branch.