commit be02c28edc36b5f73e26f08a417790ec7f22c87c Author: Joel Pittet Date: Mon Aug 26 14:23:09 2013 -0700 fix accidental revert diff --git a/core/modules/node/node.module b/core/modules/node/node.module index b38da42..4734205 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -1443,7 +1443,7 @@ function template_preprocess_node_recent_content(&$variables) { $variables['link'] = l($node->label(), 'node/' . $node->id()); $variables['mark'] = array( '#theme' => 'mark', - '#type' => node_mark($node->id(), $node->changed), + '#status' => node_mark($node->id(), $node->getChangedTime()), ); $variables['username'] = array( '#theme' => 'username',