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 @@
573573 'wgEnforceHtmlIds' => true,
574574 'wgExternalLinkTarget' => false,
575575 'wgAlwaysUseTidy' => false,
576 - 'wgSectionContainers' => false,
577576 );
578577
579578 if ($config) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50769Reverting the code that encloses article sections in their own div for the ti...aboostani15:12, 19 May 2009

Status & tagging log