@@ -342,7 +342,7 @@ |
||
| 342 | 342 | protected function maybe_localize( $dependency, $context ) { |
| 343 | 343 | static $already_localized = []; |
| 344 | 344 | if ( ! array_key_exists( 'localize', $dependency ) |
| 345 | - || array_key_exists( $dependency['handle'], $already_localized ) ) { |
|
| 345 | + || array_key_exists( $dependency['handle'], $already_localized ) ) { |
|
| 346 | 346 | return; |
| 347 | 347 | } |
| 348 | 348 | |