| @@ -30,8 +30,9 @@ | ||
| 30 | 30 | protected function field_settings_for_type() { |
| 31 | 31 | return array( |
| 32 | 32 | 'clear_on_focus' => true, |
| 33 | 33 | 'size' => true, |
| 34 | + 'invalid' => true, | |
| 34 | 35 | ); |
| 35 | 36 | } |
| 36 | 37 | |
| 37 | 38 | /** |
| @@ -62,9 +63,9 @@ | ||
| 62 | 63 | |
| 63 | 64 | /** |
| 64 | 65 | * @since 4.0 |
| 65 | 66 | * |
| 66 | - * @param array $args - Includes 'field', 'display', and 'values' | |
| 67 | + * @param array $args Includes 'field', 'display', and 'values'. | |
| 67 | 68 | * |
| 68 | 69 | * @return void |
| 69 | 70 | */ |
| 70 | 71 | public function show_extra_field_choices( $args ) { |