function theme_nd_author_link in Node displays 6
File
- theme/
theme.inc, line 188 - Theming functions for nd.
Code
function theme_nd_author_link(&$node) {
$node->author_rendered = theme('username', $node);
}
function theme_nd_author_link(&$node) {
$node->author_rendered = theme('username', $node);
}