Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -31,8 +31,8 @@ |
32 | 32 | // The name of the database which hosts the centralized campaign data |
33 | 33 | $wgCentralDBname = ''; |
34 | 34 | |
35 | | -// The path to Special Pages on the wiki that hosts the CentralNotice infrastructure |
36 | | -// For example 'http://meta.wikimedia.org/wiki/' |
| 35 | +// The script path on the wiki that hosts the CentralNotice infrastructure |
| 36 | +// For example 'http://meta.wikimedia.org/w/index.php' |
37 | 37 | $wgCentralPagePath = ''; |
38 | 38 | |
39 | 39 | // Enable the loader itself |