Skip to content

Commit

Permalink
fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Mar 19, 2024
1 parent 52442eb commit 8bd6d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/10up-theme/includes/blocks/example/markup.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
<h2 class="wp-block-tenup-example__title">
<?php echo wp_kses_post( $attributes['title'] ); ?>
</h2>
<button data-wp-on--click="actions.toggle"></button>
<button data-wp-on--click="actions.toggle">Toggle</button>
</div>

0 comments on commit 8bd6d19

Please sign in to comment.