Opened 8 years ago
Closed 8 years ago
#45522 closed defect (bug) (invalid)
wp scaffold block missing closing double quote
| Reported by: | davidnaviaweb | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Closing in favor of https://github.com/wp-cli/scaffold-command/issues/192 as WordPress Trac is for core issues, not WP-CLI