From 4bd827abcafd3954fdfdecfab848d3cd1df30314 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Thu, 14 Dec 2023 15:22:23 +0200 Subject: [PATCH] Update two-columns-features.php fixed syntax --- inc/patterns/two-columns-features.php | 71 ++++++++++++++++++++------- 1 file changed, 53 insertions(+), 18 deletions(-) diff --git a/inc/patterns/two-columns-features.php b/inc/patterns/two-columns-features.php index 4e34a0b..ab84bd1 100644 --- a/inc/patterns/two-columns-features.php +++ b/inc/patterns/two-columns-features.php @@ -23,25 +23,60 @@ 'title' => __( 'Two Columns of Features', 'raft' ), 'categories' => array( 'raft/features' ), 'content' => ' +
-
-

' . esc_html( $raft_strings['feature_section_title'] ) . '

-

' . esc_html( $raft_strings['section_description'] ) . '

-
-
-
-
-
Illustration
-

' . esc_html( $raft_strings['feature_title'] ) . '

-

' . esc_html( $raft_strings['feature_description'] ) . '

-
-
-
Illustration
-

' . esc_html( $raft_strings['feature_title'] ) . '

-

' . esc_html( $raft_strings['feature_description'] ) . '

-
-
-
+ +
+ +

' . esc_html( $raft_strings['feature_section_title'] ) . '

+ + + +

' . esc_html( $raft_strings['section_description'] ) . '

+ +
+ + + +
+ +
+ +
+ +
Illustration
+ + + +

' . esc_html( $raft_strings['feature_title'] ) . '

+ + + +

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ + + +
+ +
Illustration
+ + + +

' . esc_html( $raft_strings['feature_title'] ) . '

+ + + +

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ +
+ +
+
+ ', );