Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | * This is usually detected correctly by MediaWiki. If MediaWiki detects the |
51 | 51 | * wrong server, it will redirect incorrectly after you save a page. In that |
52 | 52 | * case, set this variable to fix it. |
53 | | - * |
| 53 | + * |
54 | 54 | * If you want to use protocol-relative URLs on your wiki, set this to a |
55 | 55 | * protocol-relative URL like '//example.com' and set $wgCanonicalServer |
56 | 56 | * to a fully qualified URL. |
— | — | @@ -57,9 +57,9 @@ |
58 | 58 | $wgServer = WebRequest::detectServer(); |
59 | 59 | |
60 | 60 | /** |
61 | | - * Canonical URL of the server, to use in IRC feeds and notification e-mails. |
| 61 | + * Canonical URL of the server, to use in IRC feeds and notification e-mails. |
62 | 62 | * Must be fully qualified, even if $wgServer is protocol-relative. |
63 | | - * |
| 63 | + * |
64 | 64 | * Defaults to $wgServer, expanded to a fully qualified http:// URL if needed. |
65 | 65 | */ |
66 | 66 | $wgCanonicalServer = false; |
— | — | @@ -2997,7 +2997,7 @@ |
2998 | 2998 | * enable the cache invalidation of the distant pages when the local templates |
2999 | 2999 | * are edited and also to display the list of the distant templates used by |
3000 | 3000 | * the local pages. Enabling this requires to set up a global shared database |
3001 | | - * (see next option $wgGlobalDatabase). |
| 3001 | + * (see next option $wgGlobalDatabase). |
3002 | 3002 | */ |
3003 | 3003 | $wgEnableInterwikiTemplatesTracking = false; |
3004 | 3004 | |
— | — | @@ -3005,7 +3005,7 @@ |
3006 | 3006 | * If $wgEnableInterwikiTemplatesTracking is set to true, this option should |
3007 | 3007 | * contain the wiki ID of the database that hosts the globaltemplatelinks table. |
3008 | 3008 | */ |
3009 | | -$wgGlobalDatabase = ''; |
| 3009 | +$wgGlobalDatabase = ''; |
3010 | 3010 | |
3011 | 3011 | /** |
3012 | 3012 | * If $wgEnableInterwikiTranscluding is set to true and if an interwiki |