You are here

function theme_hds_created_time_ago in Heartbeat 6.4

Formatter for the time ago created display

File

modules/hds/hds.module, line 267
Heartbeat displays module.

Code

function theme_hds_created_time_ago($heartbeatactivity) {
  return _theme_time_ago($heartbeatactivity['object']->timestamp);
}