Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix 3-split pattern text content (#11612)
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin authored Nov 6, 2023
1 parent 9c49cda commit 45f2045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/hero-product-3-split.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class="wp-block-cover__image-background"
<!-- /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 -->
Expand All @@ -75,7 +75,7 @@ class="wp-block-cover__image-background"
<!-- /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 -->
Expand Down

0 comments on commit 45f2045

Please sign in to comment.