X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchanges%2FRCCacheEntryFactory.php;h=2d60ca28f7c172318206f30b461e9280f4600769;hb=3e39ec72a693cacc6bb92364fcf610de0e8c5a25;hp=e8c3a997ced900a3b9c431b70e4da9de4f200758;hpb=e946bd1432e935dbf77b12dbcf7379ae32d4661c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changes/RCCacheEntryFactory.php b/includes/changes/RCCacheEntryFactory.php index e8c3a997ce..2d60ca28f7 100644 --- a/includes/changes/RCCacheEntryFactory.php +++ b/includes/changes/RCCacheEntryFactory.php @@ -82,7 +82,15 @@ class RCCacheEntryFactory { if ( !ChangesList::isDeleted( $cacheEntry, Revision::DELETED_USER ) ) { $cacheEntry->usertalklink = Linker::userToolLinks( $cacheEntry->mAttribs['rc_user'], - $cacheEntry->mAttribs['rc_user_text'] + $cacheEntry->mAttribs['rc_user_text'], + // Should the contributions link be red if the user has no edits (using default) + false, + // Customisation flags (using default 0) + 0, + // User edit count (using default ) + null, + // do not wrap the message in parentheses + false ); }