/* to /**
authorPlatonides <platonides@users.mediawiki.org>
Sun, 22 May 2011 22:10:08 +0000 (22:10 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 22 May 2011 22:10:08 +0000 (22:10 +0000)
includes/cache/HTMLFileCache.php

index 4b3ef27..31d92ff 100644 (file)
@@ -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;