r73974 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73973‎ | r73974 | r73975 >
Date:19:08, 29 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
restoring comment accidently deleted in r73973
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -148,6 +148,7 @@
149149 $dbr = wfGetDB( DB_SLAVE );
150150 $row = $dbr->selectRow( 'cn_notices', 'not_name', array( 'not_enabled = 1', 'not_geo = 1' ) );
151151 if ( $row ) {
 152+ // Insert the geo IP lookup into the <head>
152153 $wgOut->addScriptFile( 'http://geoiplookup.wikimedia.org/' );
153154 }
154155

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73973disabling geolookup if unneededkaldari19:06, 29 September 2010

Status & tagging log