This commit is contained in:
Alba Rincón 2023-11-06 11:43:47 +01:00 committed by GitHub
parent 614fc3dba6
commit 0d538020a3
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ $third_description = $content['descriptions'][2]['default'] ?? '';
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html( $second_description ); ?></p>
<p><?php echo esc_html( $first_description ); ?></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->
@ -75,7 +75,7 @@ $third_description = $content['descriptions'][2]['default'] ?? '';
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html( $third_description ); ?></p>
<p><?php echo esc_html( $second_description ); ?></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->