diff --git a/core/modules/tracker/tracker.pages.inc b/core/modules/tracker/tracker.pages.inc index 5cd521a..073151b 100644 --- a/core/modules/tracker/tracker.pages.inc +++ b/core/modules/tracker/tracker.pages.inc @@ -71,14 +71,12 @@ function tracker_page($account = NULL, $set_title = FALSE) { $comments = $node->comment_count; } - $mark_build = array('#theme' => 'mark', '#status' => ''); - $row = array( 'type' => check_plain(node_get_type_label($node)), 'title' => array( 'data-history-node-id' => $node->id(), 'data-history-node-timestamp' => $node->getChangedTime(), - 'data' => l($node->getTitle(), 'node/' . $node->id()) . ' ' . drupal_render($mark_build) + 'data' => l($node->getTitle(), 'node/' . $node->id()), ), 'author' => array('data' => array('#theme' => 'username', '#account' => $node->getAuthor())), 'replies' => array(