Index: branches/REL1_16/phase3/includes/DefaultSettings.php |
— | — | @@ -2502,6 +2502,11 @@ |
2503 | 2503 | $wgRightsText = null; |
2504 | 2504 | $wgRightsIcon = null; |
2505 | 2505 | |
| 2506 | +/** |
| 2507 | + * Set to an array of metadata terms. Else they will be loaded based on $wgRightsUrl |
| 2508 | + */ |
| 2509 | +$wgLicenseTerms = false; |
| 2510 | + |
2506 | 2511 | /** Set this to some HTML to override the rights icon with an arbitrary logo */ |
2507 | 2512 | $wgCopyrightIcon = null; |
2508 | 2513 | |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -55,6 +55,7 @@ |
56 | 56 | * Installer now handles situations when safe_mode is active or exec() |
57 | 57 | and similar functions are disabled better. |
58 | 58 | * (bug 19593) Specifying --server in now works for all maintenance scripts. |
| 59 | +* Fixed $wgLicenseTerms register globals. |
59 | 60 | |
60 | 61 | == Changes since 1.16 beta 3 == |
61 | 62 | |