Tell regexp parser to use extra analysis on external link regexp;
[lhc/web/wiklou.git] / includes / LogPage.php
index 1923048..68b73b2 100644 (file)
@@ -162,7 +162,13 @@ class LogPage {
                        return "$action $titleLink";
                }
        }
-       
+
+       /**
+        * Add a log entry
+        * @param string $action one of 'block', 'protect', 'rights', 'delete', 'upload'
+        * @param &$target
+        * @param string $comment Description associated
+        */
        function addEntry( $action, &$target, $comment ) {
                global $wgLang, $wgUser;