function theme_ds_author_nolink in Display Suite 6.3
Same name and namespace in other branches
- 6 theme/theme.inc \theme_ds_author_nolink()
- 6.2 theme/theme.inc \theme_ds_author_nolink()
Theme author name.
File
- theme/
theme.inc, line 510 - Theming functions for ds.
Code
function theme_ds_author_nolink($field) {
return $field['object']->name;
}