Opened 6 years ago
Closed 6 years ago
#45522 closed defect (bug) (invalid)
wp scaffold block missing closing double quote
Reported by: | davidnaviaweb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
When trying to use WP Cli wp scaffold block feature, the main generated php file has a mispelled double quote, causing a syntax error.
On line 25,
get_template_directory_uri() . "/blocks/$index_js
Change History (2)
Note: See
TracTickets for help on using
tickets.
Closing in favor of https://github.com/wp-cli/scaffold-command/issues/192 as WordPress Trac is for core issues, not WP-CLI