r51506 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51505
|
r51506
|
r51507
>
Date:
16:11, 5 June 2009
Author:
simetrical
Status:
ok
Tags:
Comment:
Remove $wgSectionContainers from parser tests
The functionality was removed in
r50769
, so parser tests no longer need
to bother setting it to false.
Modified paths:
/trunk/phase3/maintenance/parserTests.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/parserTests.inc
—
—
@@ -572,7 +572,6 @@
573
573
'wgEnforceHtmlIds' => true,
574
574
'wgExternalLinkTarget' => false,
575
575
'wgAlwaysUseTidy' => false,
576
- 'wgSectionContainers' => false,
577
576
);
578
577
579
578
if ($config) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r50769
Reverting the code that encloses article sections in their own div for the ti...
aboostani
15:12, 19 May 2009
Status & tagging log
04:45, 6 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51506
[
removed:
new
added:
ok]