r62861 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62860‎ | r62861 | r62862 >
Date:00:49, 23 February 2010
Author:conrad
Status:deferred
Tags:
Comment:
Add new output types to ->ot[] for consistency.
Modified paths:
  • /branches/conrad/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: branches/conrad/phase3/includes/parser/Parser.php
@@ -254,6 +254,8 @@
255255 'html' => $ot == self::OT_HTML,
256256 'wiki' => $ot == self::OT_WIKI,
257257 'pre' => $ot == self::OT_PREPROCESS,
 258+ 'includes' => $ot == self::OT_INCLUDES,
 259+ 'extract' => $ot == self::OT_EXTRACT,
258260 );
259261 }
260262

Status & tagging log