Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Add wp-html import
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Mar 15, 2023
1 parent 96c5ca1 commit ddec545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-directives.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function () {
require_once __DIR__ . '/src/directives/attributes/wp-bind.php';
require_once __DIR__ . '/src/directives/attributes/wp-context.php';
require_once __DIR__ . '/src/directives/attributes/wp-class.php';
require_once __DIR__ . '/src/directives/attributes/wp-html.php';
require_once __DIR__ . '/src/directives/attributes/wp-style.php';
require_once __DIR__ . '/src/directives/attributes/wp-text.php';

Expand Down

0 comments on commit ddec545

Please sign in to comment.