Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / OutputHandler.php
index f655e78..4112f8a 100644 (file)
@@ -7,7 +7,9 @@
 
 /**
  * Standard output handler for use with ob_start
- *
+ * 
+ * @param $s string
+ * 
  * @return string
  */
 function wfOutputHandler( $s ) {