Completed
Push — add/docker-scripts ( 893b03...7bb1a9 )
by
unknown
10:29
created
docker/mu-plugins/debug.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -40,6 +40,7 @@
 block discarded – undo
40 40
  * l($arg1, $arg2) will call l($arg1) and l($arg2) and then return $arg1.
41 41
  *
42 42
  * A null argument will log the file and line number of the l() call.
43
+ * @param string $stuff
43 44
  */
44 45
 function l( $stuff = null ) {
45 46
 	// Do nothing when debugging is off
Please login to merge, or discard this patch.