Content deleted Content added
PleaseStand (talk | contribs) fix message handling and add Contributions link |
PleaseStand (talk | contribs) m fix double escaping |
||
Line 111:
} );
if ( groups.length ) {
items.push( groups.join( mw.message( 'ps-userinfo-groupseparator' ).
}
Line 154:
// Replace the subtitle with the rest of the info
$( '#siteSub' ).html( items.join( mw.message( 'ps-userinfo-itemseparator' ).
}
|