Index: trunk/phase3/includes/Skin.php |
— | — | @@ -325,6 +325,7 @@ |
326 | 326 | 'wgContentLanguage' => $wgContLang->getCode(), |
327 | 327 | 'wgBreakFrames' => $wgBreakFrames, |
328 | 328 | 'wgCurRevisionId' => isset( $wgArticle ) ? $wgArticle->getLatest() : 0, |
| 329 | + 'wgMWVersion' => SpecialVersion::getVersion(), |
329 | 330 | ); |
330 | 331 | |
331 | 332 | global $wgLivePreview; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -124,6 +124,7 @@ |
125 | 125 | * Added exception hooks |
126 | 126 | * (bug 12574) Allow bots to specify whether an edit should be marked as a bot |
127 | 127 | edit, via the parameter 'bot'. (Default: '1') |
| 128 | +* (bug 12536) User should be able to get MediaWiki version from any page |
128 | 129 | |
129 | 130 | |
130 | 131 | === Bug fixes in 1.12 === |