Total: 1 vote: myself
-
In voiting i`m see myself in place of display name.
This is a code in plugin.
Maybe we can change it what it will display the names of profiles?$user_info = get_userdata($user->id);
$out .= sprintf(“%s<span class=’poll_voter’>%s</span>%s”,
($first ? ‘: ‘ : ‘, ‘),
($user->id == $current_user->ID ? __(‘myself’,’pollka’) : $user_info->display_name),
($byVoters && $user->vote != ” ? ‘ (‘ . $user->vote . ‘)’ : ”)
);
- The topic ‘Total: 1 vote: myself’ is closed to new replies.