r24634 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24633‎ | r24634 | r24635 >
Date:21:11, 6 August 2007
Author:daniel
Status:old
Tags:
Comment:
nocache option
Modified paths:
  • /trunk/extensions/HTMLets/HTMLets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HTMLets/HTMLets.php
@@ -60,6 +60,8 @@
6161 function wfRenderHTMLet( $name, $argv, &$parser ) {
6262 global $wgHTMLetsDirectory, $wgHTMLetsHack, $IP;
6363
 64+ if (@$argv['nocache']) $parser->disableCache();
 65+
6466 #HACKs for bug 8997
6567 $hack = @$argv['hack'];
6668 if ( $hack == 'strip' ) $hack = HTMLETS_STRIP_HACK;

Status & tagging log