From: Platonides Date: Sun, 22 May 2011 22:10:08 +0000 (+0000) Subject: /* to /** X-Git-Tag: 1.31.0-rc.0~30006 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=b8bac4dec6cd3cc8a480c08da286887e0a5c1ccb;p=lhc%2Fweb%2Fwiklou.git /* to /** --- diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php index 4b3ef2766c..31d92ff843 100644 --- a/includes/cache/HTMLFileCache.php +++ b/includes/cache/HTMLFileCache.php @@ -116,10 +116,10 @@ class HTMLFileCache { return !$wgShowIPinHeader && !$wgUser->getId() && !$wgUser->getNewtalk() && $ulang == $clang; } - /* - * Check if up to date cache file exists - * @param $timestamp string - */ + /** + * Check if up to date cache file exists + * @param $timestamp string + */ public function isFileCacheGood( $timestamp = '' ) { global $wgCacheEpoch;