eternalistic
3/6/2014 - 4:25 PM

Display full username and not cut off with ellipsis

Display full username and not cut off with ellipsis

/**
 * Implements THEME_preprocess_username().
 */
function THEME_preprocess_username(&$vars) {
  $vars['name'] = $vars['name_raw'];
}