From a415c29efee45520ae252d2aa28f1083a521cd7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:56:49 +0200 Subject: Adding upstream version 6.4.3+dfsg1. Signed-off-by: Daniel Baumann --- .../inc/patterns/page-layout-image-and-text.php | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php (limited to 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php') diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php new file mode 100644 index 0000000..eec6e0d --- /dev/null +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php @@ -0,0 +1,32 @@ + __( 'Page layout with image and text', 'twentytwentytwo' ), + 'categories' => array( 'pages' ), + 'content' => ' +
+

' . wp_kses_post( __( 'Watching Birds
in the Garden', 'twentytwentytwo' ) ) . '

+
+ + + +
' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '
+ + + +
+ +
+
+ + + +
+

' . wp_kses_post( __( 'Oh hello. My name’s Angelo, and I operate this blog. I was born in Portland, but I currently live in upstate New York. You may recognize me from publications with names like Eagle Beagle and Mourning Dive. I write for a living.

I usually use this blog to catalog extensive lists of birds and other things that I find interesting. If you find an error with one of my lists, please keep it to yourself.

If that’s not your cup of tea, I definitely recommend this tea. It’s my favorite.', 'twentytwentytwo' ) ) . '

+
+
+
+ ', +); -- cgit v1.2.3