Skip to content

Commit abdf379

Browse files
authored
Merge pull request #176 from wojsmol/patch-1
Fix syntax error in block-php.mustache
2 parents b5312a2 + 5e771ec commit abdf379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/block-php.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function {{machine_name}}_block_init() {
3131
plugins_url( $index_js, __FILE__ ),
3232
{{/plugin}}
3333
{{#theme}}
34-
get_template_directory_uri() . "/blocks/$index_js,
34+
get_template_directory_uri() . "/blocks/$index_js",
3535
{{/theme}}
3636
array(
3737
'wp-blocks',

0 commit comments

Comments
 (0)