Introducing $wgFeed variable. Allows tuning sydication feeds off, when desired.
[lhc/web/wiklou.git] / includes / Preprocessor_DOM.php
index c3ed83a..0e2e9a1 100644 (file)
@@ -1297,8 +1297,10 @@ class PPNode_DOM implements PPNode {
        }
 
        /**
-        * Split an <arg> node into a three-element array: 
-        *    PPNode name, string index and PPNode value
+        * Split a <part> node into an associative array containing:
+        *    name          PPNode name
+        *    index         String index
+        *    value         PPNode value 
         */
        function splitArg() {
                $names = $this->xpath->query( 'name', $this->node );