Update docs and type hints
Change-Id: I6c513265d7e3136c43c160b86a83a921defaa3ec
This commit is contained in:
@@ -146,6 +146,7 @@ $wgExtensionFunctions[] = function() {
|
||||
|
||||
if ( $wgULSGeoService === true ) {
|
||||
$wgHooks['BeforePageDisplay'][] = function( &$out ) {
|
||||
/** @var OutputPage $out */
|
||||
$out->addScript( '<script src="//bits.wikimedia.org/geoiplookup"></script>' );
|
||||
return true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user