r88609 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88608‎ | r88609 | r88610 >
Date:22:10, 22 May 2011
Author:platonides
Status:ok
Tags:
Comment:
/* to /**
Modified paths:
  • /trunk/phase3/includes/cache/HTMLFileCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/cache/HTMLFileCache.php
@@ -116,10 +116,10 @@
117117 return !$wgShowIPinHeader && !$wgUser->getId() && !$wgUser->getNewtalk() && $ulang == $clang;
118118 }
119119
120 - /*
121 - * Check if up to date cache file exists
122 - * @param $timestamp string
123 - */
 120+ /**
 121+ * Check if up to date cache file exists
 122+ * @param $timestamp string
 123+ */
124124 public function isFileCacheGood( $timestamp = '' ) {
125125 global $wgCacheEpoch;
126126

Status & tagging log