X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FNewUsersLogFormatter.php;h=b7068a08a0c3043f577a8d02de31037f94511d08;hb=c54766586acab549f186e81eeab259845112809d;hp=c870d51946fbc6a1221df237916799b83d7bfe73;hpb=2fd7a383493e2611542689c879878e1369d7ff44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/NewUsersLogFormatter.php b/includes/logging/NewUsersLogFormatter.php index c870d51946..b7068a08a0 100644 --- a/includes/logging/NewUsersLogFormatter.php +++ b/includes/logging/NewUsersLogFormatter.php @@ -59,7 +59,7 @@ class NewUsersLogFormatter extends LogFormatter { public function getPreloadTitles() { $subtype = $this->entry->getSubtype(); if ( $subtype === 'create2' || $subtype === 'byemail' ) { - //add the user talk to LinkBatch for the userLink + // add the user talk to LinkBatch for the userLink return array( Title::makeTitle( NS_USER_TALK, $this->entry->getTarget()->getText() ) ); }