| @@ -111,9 +111,9 @@ | ||
| 111 | 111 | * Add the Enable Styleguide Preview controls to Global Colors and Global Fonts. |
| 112 | 112 | * |
| 113 | 113 | * @param $element |
| 114 | 114 | * @param string $section_id |
| 115 | - * @param array $args | |
| 115 | + * @param array $args | |
| 116 | 116 | */ |
| 117 | 117 | public function add_styleguide_enable_controls( $element, $section_id, $args ) { |
| 118 | 118 | if ( 'kit' !== $element->get_name() || ! in_array( $section_id, [ 'section_global_colors', 'section_text_style' ] ) ) { |
| 119 | 119 | return; |