Skip to content

Commit 3817238

Browse files
committed
Rollback obsolete changes
1 parent c5c0f4a commit 3817238

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

components/DataLiberation/URL/functions.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
use Rowbot\URL\URL;
66
use WordPress\DataLiberation\BlockMarkup\BlockMarkupUrlProcessor;
77

8-
require_once __DIR__ . '/class-cssprocessor.php';
9-
10-
spl_autoload_register(
11-
static function ( string $class ): void {
12-
if ( 'WordPress\\DataLiberation\\URL\\CSSURLProcessor' === $class && ! class_exists( $class, false ) ) {
13-
require_once __DIR__ . '/class-cssurlprocessor.php';
14-
}
15-
}
16-
);
17-
188

199
/**
2010
* Migrate URLs in post content. See WPRewriteUrlsTests for

package-lock.json

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@
2121
"bugs": {
2222
"url": "https://github.com/WordPress/php-toolkit/issues"
2323
},
24-
"homepage": "https://github.com/WordPress/php-toolkit#readme",
25-
"devDependencies": {
26-
"@rmenke/css-tokenizer-tests": "^1.2.0"
27-
}
24+
"homepage": "https://github.com/WordPress/php-toolkit#readme"
2825
}

0 commit comments

Comments
 (0)