@@ -227,6 +227,9 @@ |
||
| 227 | 227 | return isset( $registration->extra['jetpack-inline'] ) && $registration->extra['jetpack-inline']; |
| 228 | 228 | } |
| 229 | 229 | |
| 230 | + /** |
|
| 231 | + * @param string $filter |
|
| 232 | + */ |
|
| 230 | 233 | private function should_remove_asset( $filter, $wp_dependencies, $handle ) { |
| 231 | 234 | if ( ! isset( $wp_styles->registered[$handle] ) ) { |
| 232 | 235 | return false; |