1 | <?php |
||
20 | class Kirki_Control_Dimension extends Kirki_Control_Base { |
||
21 | |||
22 | /** |
||
23 | * The control type. |
||
24 | * |
||
25 | * @access public |
||
26 | * @var string |
||
27 | */ |
||
28 | public $type = 'kirki-dimension'; |
||
29 | |||
30 | /** |
||
31 | * Returns an array of translation strings. |
||
32 | * |
||
33 | * @access protected |
||
34 | * @since 3.1.0 |
||
35 | * @return array |
||
36 | */ |
||
37 | protected function l10n() { |
||
42 | } |
||
43 |