@@ -25,13 +25,13 @@ |
||
25 | 25 | 'min' => null, |
26 | 26 | 'max' => null, |
27 | 27 | 'step' => 1, |
28 | - 'filter' => array( $this, 'filter' ) |
|
28 | + 'filter' => array($this, 'filter') |
|
29 | 29 | ); |
30 | 30 | } |
31 | 31 | |
32 | 32 | public function required_arguments() |
33 | 33 | { |
34 | - return array('name','min','max'); |
|
34 | + return array('name', 'min', 'max'); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function get_template_path() |