Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1387,7 +1387,10 @@ |
1388 | 1388 | } |
1389 | 1389 | |
1390 | 1390 | /** |
1391 | | - * @todo document |
| 1391 | + * A wrapper around the PHP function var_export(). |
| 1392 | + * Either print it or add it to the regular output ($wgOut). |
| 1393 | + * |
| 1394 | + * @param $var A PHP variable to dump. |
1392 | 1395 | */ |
1393 | 1396 | function wfVarDump( $var ) { |
1394 | 1397 | global $wgOut; |