Content deleted Content added
←Created page with '// STARTFILE: main.js // ********************************************************************** // **...' |
No edit summary |
||
Line 4,667:
}
if( user.editcount || user.registration )
ret.push( pg.escapeQuotesHTML((user.editcount?user.editcount:'') + popupString(' edits since:: ') + (user.registration?dayFormat(getDateFromTimestamp(user.registration)):'')) );
}
|