WordPress / create-block-theme

A WordPress plugin to create block themes

Home Page:https://wordpress.org/plugins/create-block-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 Update Errors/Warnings

jbodnar2 opened this issue · comments

Failed to open stream: No such file or directory in /.../wp-content/plugins/create-block-theme/admin/wp-org-theme-directory.php on line 54

Which is

function assets_enqueue() {
  $asset_file = include( plugin_dir_path( dirname( __FILE__ ) ) . 'build/wp-org-theme-directory.asset.php' );

We've released 2.0.2 with a fix to this issue, please update and try again