adapting the namespace not to cause problems with wpml

This commit is contained in:
Antoine M 2023-10-25 14:36:54 +02:00
parent 3d48aa5bf5
commit 07b386d696
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<p <?php echo get_block_wrapper_attributes(); ?>>
<?php esc_html_e( 'Test hello from a dynamic block!', 'test' ); ?>
</p>
Test hello from a dynamic block!
</p>

View File

@ -1,3 +1,3 @@
<p <?php echo get_block_wrapper_attributes(); ?>>
<?php esc_html_e( 'Test hello from a dynamic block!', 'test' ); ?>
</p>
Test hello from a dynamic block!
</p>