Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Avoid a Fatal error when importing wp-html
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Feb 21, 2023
1 parent e3df31b commit 0cd9a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interactivity/woo-directives.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../../../gutenberg/lib/experimental/html/wp-html.php';
include_once __DIR__ . '/../../../gutenberg/lib/experimental/html/wp-html.php';

require_once __DIR__ . '/directives/class-woo-directive-context.php';
require_once __DIR__ . '/directives/class-woo-directive-store.php';
Expand Down

0 comments on commit 0cd9a23

Please sign in to comment.