Skip to content

Commit

Permalink
Remove no longer necesary experimental theme.json class
Browse files Browse the repository at this point in the history
It was added to clear the static variables that were set
from running the core class first. Now that this class
won't inherit from the core one, it is no longer necessary.

See #42776
  • Loading branch information
oandregal committed Dec 15, 2022
1 parent 19f6ea5 commit 381078c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
31 changes: 0 additions & 31 deletions lib/experimental/class-wp-theme-json-gutenberg.php

This file was deleted.

1 change: 0 additions & 1 deletion lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function gutenberg_is_experiment_enabled( $name ) {
if ( ! class_exists( 'WP_HTML_Tag_Processor' ) ) {
require __DIR__ . '/experimental/html/index.php';
}
require __DIR__ . '/experimental/class-wp-theme-json-gutenberg.php';
require __DIR__ . '/experimental/class-wp-theme-json-resolver-gutenberg.php';
require __DIR__ . '/experimental/class-wp-webfonts.php';
require __DIR__ . '/experimental/class-wp-webfonts-provider.php';
Expand Down

0 comments on commit 381078c

Please sign in to comment.