Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -206,7 +206,7 @@ |
207 | 207 | // Include '.js' to exempt script from squid cache expiration override |
208 | 208 | $centralLoader = SpecialPage::getTitleFor( 'BannerController' )->getLocalUrl( 'cache=/cn.js' ); |
209 | 209 | |
210 | | - // Insert the banner controller Javascript into the <head> |
| 210 | + // Insert the banner controller Javascript into the page |
211 | 211 | $wgOut->addScriptFile( $centralLoader ); |
212 | 212 | |
213 | 213 | return true; |