You are here

function theme_ds_author_link in Display Suite 6.3

Same name and namespace in other branches
  1. 6 theme/theme.inc \theme_ds_author_link()
  2. 6.2 theme/theme.inc \theme_ds_author_link()

Theme author name linked.

File

theme/theme.inc, line 517
Theming functions for ds.

Code

function theme_ds_author_link($field) {
  return theme('username', $field['object']);
}