Cleanup for displaying old versions
[lhc/web/wiklou.git] / includes / Hooks.php
index d1ed4a2..046a149 100644 (file)
@@ -19,6 +19,7 @@
  *
  * @author Evan Prodromou <evan@wikitravel.org>
  * @see hooks.txt
+ * @file
  */
 
 
@@ -143,4 +144,3 @@ function wfRunHooks($event, $args = array()) {
 
        return true;
 }
-