Last modified: 2013-05-29 13:05:20 UTC
CentralAuthUser.php line 2399 $log->addEntry( $action, Title::newFromText( "User:{$this->mName}@global" ), $reason, $params ); SpecialCentralAuth.php line 679 $numRows = LogEventsList::showLogExtract( $text, array( 'globalauth', 'suppress' ), Title::newFromText( "User:{$user}@global" )->getPrefixedText(), '', array( 'showIfEmpty' => true ) ); CentralAuthHooks.php line 886 $params['url'] = $wiki->getUrl( 'User:' . $user->getTitleKey() ); SpecialCentralAuth.php line 553 return self::foreignLink( $wiki, 'User:' . $this->mUserName, $wikiname, $this->msg( 'centralauth-foreign-link', $this->mUserName, $wikiname )->text() ); SpecialMergeAccount.php line 468 (same as SpecialCentralAuth.php above) return SpecialCentralAuth::foreignLink( $wiki, 'User:' . $this->mUserName, $wikiname, $this->msg( 'centralauth-foreign-link', $this->mUserName, $wikiname )->text() );
Related URL: https://gerrit.wikimedia.org/r/62941 (Gerrit Change I51a6dd5a8345f35b6eff2f1e2a41b3bb1c29ceaa)