@@ -98,7 +98,7 @@ |
||
| 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 | |