This is a followup issue from http://drupal.org/node/1531976#comment-5953362
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | use-format-username-1567082-3.patch | 8.01 KB | mathankumarc |
| #1 | use-format-username-1567082-1.patch | 3.26 KB | mathankumarc |
This is a followup issue from http://drupal.org/node/1531976#comment-5953362
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | use-format-username-1567082-3.patch | 8.01 KB | mathankumarc |
| #1 | use-format-username-1567082-1.patch | 3.26 KB | mathankumarc |
Comments
Comment #1
mathankumarc commentedDo we need to change any other places?
Comment #2
icecreamyou commentedA few more places:
Thanks
Comment #3
mathankumarc commentedHere is the modified one.
Comment #4
icecreamyou commentedThis is an unusual case because this particular function is designed to imitate the Twitter API, where "name" is the formatted name (e.g. Isaac Sukin) and "screen_name" is the actual username (e.g. IceCreamYou). So this line should actually just use $account->name without format_username().
Other than that this is RTBC.
Comment #5
mathankumarc commentedCommitted to dev.