@@ -42,7 +42,7 @@ |
||
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | private function add_hooks() { |
| 45 | - /** @see \GV\Field::get_value_filters */ |
|
| 45 | + /** @see \GV\Field::get_value_filters */ |
|
| 46 | 46 | add_filter( "gravityview/field/{$this->name}/value", array( $this, 'get_value' ), 10, 6 ); |
| 47 | 47 | } |
| 48 | 48 | |