Passed
Push — main ( 3e708f...7771b8 )
by Nelson
02:19
created
pin/helpers/html_tags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 	return "<label for='$field' $attributes>$caption</label>\r\n";
99 99
 }
100 100
 
101
-function select_tag($name = '', $options='', $include_blank = false, $attributes = '')
101
+function select_tag($name = '', $options = '', $include_blank = false, $attributes = '')
102 102
 {
103 103
 	list($id, $name) = get_field_name_and_id($name);
104 104
 
Please login to merge, or discard this patch.