function theme_message_digest_row in Message Digest 7
Theme function for message_digest_row
1 theme call to theme_message_digest_row()
- MessageDigest::format in plugins/
notifier/ abstract.inc - Given an array of mids, build the full message content for them and combine them into one blob of email content.
File
- ./
message_digest.module, line 113
Code
function theme_message_digest_row($vars) {
return implode($vars['rows']);
}