You are here

function theme_notifications_digest_short_line in Notifications 6.3

Same name and namespace in other branches
  1. 5 notifications.cron.inc \theme_notifications_digest_short_line()
  2. 6.4 notifications_digest/notifications_digest.module \theme_notifications_digest_short_line()
  3. 6 notifications.cron.inc \theme_notifications_digest_short_line()
  4. 6.2 notifications.cron.inc \theme_notifications_digest_short_line()

Single line of text

1 theme call to theme_notifications_digest_short_line()
theme_notifications_digest_short_body in notifications_digest/notifications_digest.theme.inc
Theme notifications digest

File

notifications_digest/notifications_digest.theme.inc, line 39

Code

function theme_notifications_digest_short_line($line, $group) {
  return '- ' . $line;
}