You are here

function theme_notifications_digest_short_line in Notifications 6.4

Same name and namespace in other branches
  1. 5 notifications.cron.inc \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_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>';
}