Content deleted Content added
PleaseStand (talk | contribs) Undid revision 1225070117 by PleaseStand (talk) - hides valid information such registration date and edit count. I notice though that there's a group called "temp"; maybe that's good enough. |
PleaseStand (talk | contribs) ignore "named" group as in non-dev version Tag: Reverted |
||
Line 105:
} else {
$.each( info.groups, function ( i, v ) {
if ( $.inArray( v, ['*', 'user', 'named', 'autoconfirmed'] ) < 0 ) {
groups.push( mw.message( 'group-' + v + '-member', info.gender ).escaped() );
}
|