insert missing semicolon

This commit is contained in:
Ray Elliott 2020-08-12 20:27:36 +01:00
parent 86334bbfb1
commit a3eca40a3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
define( 'BLOCK_NAMESPACE', '<<INSERT BLOCK NAMESPACE HERE>>' )
define( 'BLOCK_NAMESPACE', '<<INSERT BLOCK NAMESPACE HERE>>' );
$block_namespace = BLOCK_NAMESPACE;
$block_slug = basename( dirname( __FILE__ ) );