r60120 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60119
|
r60120
|
r60121
>
Date:
12:02, 16 December 2009
Author:
catrope
Status:
ok
Tags:
Comment:
Readd case statement for {{STYLEPATH}} that was accidentally removed in
r57283
Modified paths:
/trunk/phase3/includes/parser/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/parser/Parser.php
—
—
@@ -2577,6 +2577,8 @@
2578
2578
return $wgServerName;
2579
2579
case 'scriptpath':
2580
2580
return $wgScriptPath;
2581
+ case 'stylepath':
2582
+ return $wgStylePath;
2581
2583
case 'directionmark':
2582
2584
return $wgContLang->getDirMark();
2583
2585
case 'contentlanguage':
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r57283
follow-up to
r57278
: cache all variables untill the next clearState()
daniel
09:46, 2 October 2009
Status & tagging log
00:50, 17 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r60120
[
removed:
new
added:
ok]