@@ -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 | |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | */ |
| 61 | 61 | public function enqueue( $args = null ) { |
| 62 | 62 | if ( array_key_exists( 'handle', $args ) |
| 63 | - && $this->is_enqueued( $args['handle'] ) ) { |
|
| 63 | + && $this->is_enqueued( $args['handle'] ) ) { |
|
| 64 | 64 | return; |
| 65 | 65 | } |
| 66 | 66 | |