Content deleted Content added
PleaseStand (talk | contribs) m switch from code point to code unit escape to satisfy code editor syntax check |
PleaseStand (talk | contribs) Undid revision 1225074654 by PleaseStand (talk) - "named" group was removed in git:mediawiki/core/+/93e8350d295203ac |
||
(4 intermediate revisions by the same user not shown) | |||
Line 68:
groups: user.groups || [],
editCount: 'editcount' in user ? user.editcount : null,
registration: user.registration ? new Date( user.registration ) : null,
isBlocked: 'blockexpiry' in user,
gender: user.gender || 'unknown',
|