You are here

function theme_notifications_digest_short_line in Notifications 5

Same name and namespace in other branches
  1. 6.4 notifications_digest/notifications_digest.module \theme_notifications_digest_short_line()
  2. 6 notifications.cron.inc \theme_notifications_digest_short_line()
  3. 6.2 notifications.cron.inc \theme_notifications_digest_short_line()
  4. 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_body in ./notifications.cron.inc
Theme notifications digest

File

./notifications.cron.inc, line 746

Code

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