From 88e7d30892288caf35cf33b5f99faa75fa7e6e30 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Sat, 13 Apr 2024 19:23:17 +0200 Subject: [PATCH] Remove unnecessary import --- src/wp-includes/html-api/class-wp-html-attribute-sourcer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/html-api/class-wp-html-attribute-sourcer.php b/src/wp-includes/html-api/class-wp-html-attribute-sourcer.php index c66ffbf4550c8..f7ddb75cae2bc 100644 --- a/src/wp-includes/html-api/class-wp-html-attribute-sourcer.php +++ b/src/wp-includes/html-api/class-wp-html-attribute-sourcer.php @@ -48,8 +48,6 @@ * video */ -require_once __DIR__ . '/class-wp-html-processor.php'; - /* * @see PHP docs for array_is_list: user-contributed polyfill */