You are here

function theme_nd_author_nolink in Node displays 6

File

theme/theme.inc, line 192
Theming functions for nd.

Code

function theme_nd_author_nolink(&$node) {
  $node->author_rendered = $node->name;
}