The spec for the format_username() says to use the user object, not the name. The are four uses in the microblog.module on lines 87, 235, 237.

The way it is currently coded causes the user name to always be displayed as Anonymous based on where format_username is used.

Comments

jeckman’s picture

Assigned: Unassigned » jeckman

Thanks Rob - I'll see if we can switch over to the user object.

jeckman’s picture

Status: Active » Closed (fixed)

Fixed, committed to 7.x-2.x dev branch

jeckman’s picture

Issue summary: View changes

had wrong line numbers