Hi,
i think it makes sense to give the time-ago text an own html class for easing theming.
Something like:

function _theme_time_ago($time) {
  return '<span class="timeago">' . t('@time ago', array('@time' => format_interval(($_SERVER['REQUEST_TIME'] - $time), 1))) . '</span>';
}

Comments

Stalski’s picture

Status: Active » Closed (fixed)

Fixed in dev