adapting the namespace not to cause problems with wpml
This commit is contained in:
parent
3d48aa5bf5
commit
07b386d696
|
|
@ -1,3 +1,3 @@
|
||||||
<p <?php echo get_block_wrapper_attributes(); ?>>
|
<p <?php echo get_block_wrapper_attributes(); ?>>
|
||||||
<?php esc_html_e( 'Test – hello from a dynamic block!', 'test' ); ?>
|
Test – hello from a dynamic block!
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<p <?php echo get_block_wrapper_attributes(); ?>>
|
<p <?php echo get_block_wrapper_attributes(); ?>>
|
||||||
<?php esc_html_e( 'Test – hello from a dynamic block!', 'test' ); ?>
|
Test – hello from a dynamic block!
|
||||||
</p>
|
</p>
|
||||||
Loading…
Reference in New Issue
Block a user