tcmulder / aquamin

Aquamin WordPress Theme
3 stars 1 forks source link

markup.php #1

Closed sinagdev closed 1 year ago

sinagdev commented 1 year ago

update <?php echo $args[ '$content' ] ?? 'Dynamic Block'; ?> to <?php echo $args[ 'content' ] ?? 'Dynamic Block'; ?>

tcmulder commented 1 year ago

Thanks @sinagdev! This'll be fixed in V4.1.0:

https://github.com/tcmulder/aquamin/blob/v4.1.0/includes/cli/templates/block-dynamic/markup.php