From e276532e9f139fd55512760e063758965055d88f Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Thu, 14 Dec 2023 15:14:36 +0200 Subject: [PATCH] Update horizontal-content-cards.php fixed syntax --- inc/patterns/horizontal-content-cards.php | 95 ++++++++++++++++------- 1 file changed, 67 insertions(+), 28 deletions(-) diff --git a/inc/patterns/horizontal-content-cards.php b/inc/patterns/horizontal-content-cards.php index 3969f5c..72a1de4 100644 --- a/inc/patterns/horizontal-content-cards.php +++ b/inc/patterns/horizontal-content-cards.php @@ -1,15 +1,15 @@ __( 'Horizontal Content Cards', 'raft' ), + 'title' => __( 'Horizontal content cards', 'raft' ), 'categories' => array( 'raft/content' ), 'content' => '
-
-
-
-
-
-
-

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

-

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

- -
-
-
-
-
-
-
-
-
-

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

-

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

- -
-
-
+ +
+ +
+ +
+ +
+ +
+ + + +
+ +

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

+ + + +

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

+ + + + + +
+ +
+ + + +
+ +
+ +
+ +
+ + + +
+ +

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

+ + + +

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

+ + + + + +
+ +
+ +
+
',