function theme_notifications_digest_short_line in Notifications 6.4
Same name and namespace in other branches
- 5 notifications.cron.inc \theme_notifications_digest_short_line()
- 6 notifications.cron.inc \theme_notifications_digest_short_line()
- 6.2 notifications.cron.inc \theme_notifications_digest_short_line()
- 6.3 notifications_digest/notifications_digest.theme.inc \theme_notifications_digest_short_line()
Single line of text
1 theme call to theme_notifications_digest_short_line()
- theme_notifications_digest_short_list in notifications_digest/
notifications_digest.module - Item list with multiple lines
File
- notifications_digest/
notifications_digest.module, line 421 - Notifications digest module
Code
function theme_notifications_digest_short_line($line, $group) {
return '<li>' . $line . '</li>';
}