Completed
Branch master (d2f79a)
by
unknown
07:00 queued 14s
created
themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  discard block
 block discarded – undo
3 3
  * Footer with query, title, and citation
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Footer with query, title, and citation', 'twentytwentytwo' ),
7
-	'categories' => array( 'footer' ),
8
-	'blockTypes' => array( 'core/template-part/footer' ),
6
+	'title'      => __('Footer with query, title, and citation', 'twentytwentytwo'),
7
+	'categories' => array('footer'),
8
+	'blockTypes' => array('core/template-part/footer'),
9 9
 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"inherit":true}} -->
10 10
 					<div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
11 11
 					<div class="wp-block-query alignwide"><!-- wp:post-template -->
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 					<p>' .
30 30
 					sprintf(
31 31
 						/* Translators: WordPress link. */
32
-						esc_html__( 'Proudly powered by %s', 'twentytwentytwo' ),
33
-						'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentytwo' ) ) . '" rel="nofollow">WordPress</a>'
34
-					) . '</p>
32
+						esc_html__('Proudly powered by %s', 'twentytwentytwo'),
33
+						'<a href="'.esc_url(__('https://wordpress.org', 'twentytwentytwo')).'" rel="nofollow">WordPress</a>'
34
+					).'</p>
35 35
 					<!-- /wp:paragraph --></div>
36 36
 					<!-- /wp:group --></div>
37 37
 					<!-- /wp:group --></div>
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/header-centered-logo.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
  * Header with centered logo block pattern
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Header with centered logo', 'twentytwentytwo' ),
7
-	'categories' => array( 'header' ),
8
-	'blockTypes' => array( 'core/template-part/header' ),
6
+	'title'      => __('Header with centered logo', 'twentytwentytwo'),
7
+	'categories' => array('header'),
8
+	'blockTypes' => array('core/template-part/header'),
9 9
 	'content'    => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}},"backgroundColor":"primary","textColor":"background","layout":{"inherit":true}} -->
10 10
 					<div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem);"><!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
11 11
 					<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->
Please login to merge, or discard this patch.
twentytwentytwo/inc/patterns/header-centered-logo-black-background.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
  * Header with centered logo and black background
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Header with centered logo and black background', 'twentytwentytwo' ),
7
-	'categories' => array( 'header' ),
8
-	'blockTypes' => array( 'core/template-part/header' ),
6
+	'title'      => __('Header with centered logo and black background', 'twentytwentytwo'),
7
+	'categories' => array('header'),
8
+	'blockTypes' => array('core/template-part/header'),
9 9
 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--small, 1.25rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"type":"flex","justifyContent":"center"}} -->
10 10
 					<div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
11 11
 					<!-- wp:navigation-link {"isTopLevelLink":true} /-->
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/footer-social-copyright.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  discard block
 block discarded – undo
3 3
  * Footer with social links and copyright
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Footer with social links and copyright', 'twentytwentytwo' ),
7
-	'categories' => array( 'footer' ),
8
-	'blockTypes' => array( 'core/template-part/footer' ),
6
+	'title'      => __('Footer with social links and copyright', 'twentytwentytwo'),
7
+	'categories' => array('footer'),
8
+	'blockTypes' => array('core/template-part/footer'),
9 9
 	'content'    => '<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
10 10
 					<div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}}} -->
11 11
 					<div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(--wp--preset--color--foreground)","iconBackgroundColor":"background","iconBackgroundColorValue":"var(--wp--preset--color--background)","layout":{"type":"flex","justifyContent":"center"}} -->
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 					<!-- /wp:spacer -->
22 22
 
23 23
 					<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"16px"}}} -->
24
-					<p class="has-text-align-center" style="font-size:16px">' . esc_html__( '© Site Title', 'twentytwentytwo' ) . '</p>
24
+					<p class="has-text-align-center" style="font-size:16px">' . esc_html__('© Site Title', 'twentytwentytwo').'</p>
25 25
 					<!-- /wp:paragraph --></div>
26 26
 					<!-- /wp:group --></div>
27 27
 					<!-- /wp:group -->',
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,15 +3,15 @@  discard block
 block discarded – undo
3 3
  * Poster with right sidebar block pattern
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Poster with right sidebar', 'twentytwentytwo' ),
7
-	'categories' => array( 'pages' ),
6
+	'title'      => __('Poster with right sidebar', 'twentytwentytwo'),
7
+	'categories' => array('pages'),
8 8
 	'content'    => '<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
9 9
 					<div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} -->
10 10
 					<div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%"} -->
11 11
 					<div class="wp-block-column" style="flex-basis:70%">
12 12
 
13 13
 					<!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"},"spacing":{"margin":{"bottom":"0px"}}}} -->
14
-				<h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem);margin-bottom:0px">' . wp_kses_post( __( '<em>Flutter</em>, a collection of bird-related ephemera', 'twentytwentytwo' ) ) . '</h1>
14
+				<h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem);margin-bottom:0px">' . wp_kses_post(__('<em>Flutter</em>, a collection of bird-related ephemera', 'twentytwentytwo')).'</h1>
15 15
 					<!-- /wp:heading --></div>
16 16
 					<!-- /wp:column -->
17 17
 
@@ -23,13 +23,13 @@  discard block
 block discarded – undo
23 23
 					<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} -->
24 24
 					<div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%","style":{"spacing":{"padding":{"bottom":"32px"}}}} -->
25 25
 					<div class="wp-block-column" style="padding-bottom:32px;flex-basis:70%"><!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
26
-					<figure class="wp-block-image size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__( 'Image of a bird on a branch', 'twentytwentytwo' ) . '"/></figure>
26
+					<figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri()).'/assets/images/bird-on-salmon.jpg" alt="'.esc_attr__('Image of a bird on a branch', 'twentytwentytwo').'"/></figure>
27 27
 					<!-- /wp:image --></div>
28 28
 					<!-- /wp:column -->
29 29
 
30 30
 					<!-- wp:column {"width":""} -->
31 31
 					<div class="wp-block-column"><!-- wp:image {"width":100,"height":47,"sizeSlug":"full","linkDestination":"none"} -->
32
-					<figure class="wp-block-image size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/icon-binoculars.png" alt="' . esc_attr__( 'An icon representing binoculars.', 'twentytwentytwo' ) . '" width="100" height="47"/></figure>
32
+					<figure class="wp-block-image size-full is-resized"><img src="' . esc_url(get_template_directory_uri()).'/assets/images/icon-binoculars.png" alt="'.esc_attr__('An icon representing binoculars.', 'twentytwentytwo').'" width="100" height="47"/></figure>
33 33
 					<!-- /wp:image -->
34 34
 
35 35
 					<!-- wp:spacer {"height":16} -->
@@ -37,11 +37,11 @@  discard block
 block discarded – undo
37 37
 					<!-- /wp:spacer -->
38 38
 
39 39
 					<!-- wp:heading {"level":3,"fontSize":"large"} -->
40
-					<h3 class="has-large-font-size"><em>' . esc_html__( 'Date', 'twentytwentytwo' ) . '</em></h3>
40
+					<h3 class="has-large-font-size"><em>' . esc_html__('Date', 'twentytwentytwo').'</em></h3>
41 41
 					<!-- /wp:heading -->
42 42
 
43 43
 					<!-- wp:paragraph -->
44
-					<p>' . esc_html__( 'February, 12 2021', 'twentytwentytwo' ) . '</p>
44
+					<p>' . esc_html__('February, 12 2021', 'twentytwentytwo').'</p>
45 45
 					<!-- /wp:paragraph -->
46 46
 
47 47
 					<!-- wp:spacer {"height":16} -->
@@ -49,11 +49,11 @@  discard block
 block discarded – undo
49 49
 					<!-- /wp:spacer -->
50 50
 
51 51
 					<!-- wp:heading {"level":3,"fontSize":"large"} -->
52
-					<h3 class="has-large-font-size"><em>' . esc_html__( 'Location', 'twentytwentytwo' ) . '</em></h3>
52
+					<h3 class="has-large-font-size"><em>' . esc_html__('Location', 'twentytwentytwo').'</em></h3>
53 53
 					<!-- /wp:heading -->
54 54
 
55 55
 					<!-- wp:paragraph -->
56
-					<p>' . wp_kses_post( __( 'The Grand Theater<br>154 Eastern Avenue<br>Maryland NY, 12345', 'twentytwentytwo' ) ) . '</p>
56
+					<p>' . wp_kses_post(__('The Grand Theater<br>154 Eastern Avenue<br>Maryland NY, 12345', 'twentytwentytwo')).'</p>
57 57
 					<!-- /wp:paragraph -->
58 58
 
59 59
 					<!-- wp:spacer {"height":16} -->
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/header-large-dark.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  discard block
 block discarded – undo
3 3
  * Large header with dark background block pattern
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Large header with dark background', 'twentytwentytwo' ),
7
-	'categories' => array( 'header' ),
8
-	'blockTypes' => array( 'core/template-part/header' ),
6
+	'title'      => __('Large header with dark background', 'twentytwentytwo'),
7
+	'categories' => array('header'),
8
+	'blockTypes' => array('core/template-part/header'),
9 9
 	'content'    => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"0px","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} -->
10 10
 					<div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:0px;padding-bottom:var(--wp--custom--spacing--large, 8rem);"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"layout":{"inherit":true}} -->
11 11
 					<div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px;"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
@@ -21,12 +21,12 @@  discard block
 block discarded – undo
21 21
 					<!-- /wp:group -->
22 22
 
23 23
 					<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"}}} -->
24
-					<h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15">' . wp_kses_post( __( '<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo' ) ) . '</h2>
24
+					<h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15">' . wp_kses_post(__('<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo')).'</h2>
25 25
 					<!-- /wp:heading --></div>
26 26
 					<!-- /wp:group -->
27 27
 
28 28
 					<!-- wp:image {"align":"full","sizeSlug":"full","linkDestination":"none"} -->
29
-					<figure class="wp-block-image alignfull size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '"/></figure>
29
+					<figure class="wp-block-image alignfull size-full"><img src="' . esc_url(get_template_directory_uri()).'/assets/images/flight-path-on-transparent-c.png" alt="'.esc_attr__('Illustration of a bird flying.', 'twentytwentytwo').'"/></figure>
30 30
 					<!-- /wp:image --></div>
31 31
 					<!-- /wp:group --><!-- wp:spacer {"height":66} -->
32 32
 					<div style="height:66px" aria-hidden="true" class="wp-block-spacer"></div>
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/general-featured-posts.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
  * Featured posts block pattern
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Featured posts', 'twentytwentytwo' ),
7
-	'categories' => array( 'featured', 'query' ),
6
+	'title'      => __('Featured posts', 'twentytwentytwo'),
7
+	'categories' => array('featured', 'query'),
8 8
 	'content'    => '<!-- wp:group {"align":"wide","layout":{"inherit":false}} -->
9 9
 					<div class="wp-block-group alignwide"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
10
-					<p style="text-transform:uppercase">' . esc_html__( 'Latest posts', 'twentytwentytwo' ) . '</p>
10
+					<p style="text-transform:uppercase">' . esc_html__('Latest posts', 'twentytwentytwo').'</p>
11 11
 					<!-- /wp:paragraph -->
12 12
 
13 13
 					<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"flex","columns":3}} -->
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,16 +3,16 @@  discard block
 block discarded – undo
3 3
  * Page layout with image and text.
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'Page layout with image and text', 'twentytwentytwo' ),
7
-	'categories' => array( 'pages' ),
6
+	'title'      => __('Page layout with image and text', 'twentytwentytwo'),
7
+	'categories' => array('pages'),
8 8
 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"2rem"}}},"layout":{"inherit":true}} -->
9 9
 				<div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:2rem"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 8vw, 7.5rem)","lineHeight":"1.15","fontWeight":"300"}}} -->
10
-					<h2 class="alignwide" style="font-size:clamp(4rem, 8vw, 7.5rem);font-weight:300;line-height:1.15">' . wp_kses_post( __( '<em>Watching Birds </em><br><em>in the Garden</em>', 'twentytwentytwo' ) ) . '</h2>
10
+					<h2 class="alignwide" style="font-size:clamp(4rem, 8vw, 7.5rem);font-weight:300;line-height:1.15">' . wp_kses_post(__('<em>Watching Birds </em><br><em>in the Garden</em>', 'twentytwentytwo')).'</h2>
11 11
 					<!-- /wp:heading --></div>
12 12
 					<!-- /wp:group -->
13 13
 
14 14
 					<!-- wp:image {"align":"full","style":{"color":{}}} -->
15
-					<figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '"/></figure>
15
+					<figure class="wp-block-image alignfull"><img src="' . esc_url(get_template_directory_uri()).'/assets/images/flight-path-on-transparent-b.png" alt="'.esc_attr_x('TBD', 'Short for to be determined', 'twentytwentytwo').'"/></figure>
16 16
 					<!-- /wp:image -->
17 17
 
18 18
 					<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"2rem","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} -->
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 
25 25
 					<!-- wp:column {"verticalAlignment":"bottom"} -->
26 26
 					<div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:paragraph -->
27
-					<p>' . 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 <a href="#">Eagle Beagle</a> and <a href="#">Mourning Dive</a>. I write for a living.<br><br>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.<br><br>If that’s not your cup of tea, <a href="#">I definitely recommend this tea</a>. It’s my favorite.', 'twentytwentytwo' ) ) . '</p>
27
+					<p>' . 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 <a href="#">Eagle Beagle</a> and <a href="#">Mourning Dive</a>. I write for a living.<br><br>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.<br><br>If that’s not your cup of tea, <a href="#">I definitely recommend this tea</a>. It’s my favorite.', 'twentytwentytwo')).'</p>
28 28
 					<!-- /wp:paragraph --></div>
29 29
 					<!-- /wp:column --></div>
30 30
 					<!-- /wp:columns --></div>
Please login to merge, or discard this patch.
themes/twentytwentytwo/inc/patterns/general-list-events.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -3,12 +3,12 @@  discard block
 block discarded – undo
3 3
  * List of events block pattern
4 4
  */
5 5
 return array(
6
-	'title'      => __( 'List of events', 'twentytwentytwo' ),
7
-	'categories' => array( 'featured', 'text' ),
6
+	'title'      => __('List of events', 'twentytwentytwo'),
7
+	'categories' => array('featured', 'text'),
8 8
 	'content'    => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background"} -->
9 9
 					<div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"align":"full","layout":{"inherit":true}} -->
10 10
 					<div class="wp-block-group alignfull"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"},"spacing":{"margin":{"bottom":"2rem"}}}} -->
11
-					<h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15;margin-bottom:2rem"><em>' . esc_html__( 'Speaker Series', 'twentytwentytwo' ) . '</em></h2>
11
+					<h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15;margin-bottom:2rem"><em>' . esc_html__('Speaker Series', 'twentytwentytwo').'</em></h2>
12 12
 					<!-- /wp:heading -->
13 13
 
14 14
 					<!-- wp:spacer {"height":32} -->
@@ -22,19 +22,19 @@  discard block
 block discarded – undo
22 22
 					<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
23 23
 					<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} -->
24 24
 					<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph -->
25
-					<p>' . esc_html__( 'May 14th, 2022, 6 PM', 'twentytwentytwo' ) . '</p>
25
+					<p>' . esc_html__('May 14th, 2022, 6 PM', 'twentytwentytwo').'</p>
26 26
 					<!-- /wp:paragraph --></div>
27 27
 					<!-- /wp:column -->
28 28
 
29 29
 					<!-- wp:column {"verticalAlignment":"center"} -->
30 30
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} -->
31
-					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Jesús Rodriguez', 'twentytwentytwo' ) . '</h2>
31
+					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Jesús Rodriguez', 'twentytwentytwo').'</h2>
32 32
 					<!-- /wp:heading --></div>
33 33
 					<!-- /wp:column -->
34 34
 
35 35
 					<!-- wp:column {"verticalAlignment":"center"} -->
36 36
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
37
-					<p>' . wp_kses_post( __( 'The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p>
37
+					<p>' . wp_kses_post(__('The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')).'</p>
38 38
 					<!-- /wp:paragraph --></div>
39 39
 					<!-- /wp:column --></div>
40 40
 					<!-- /wp:columns -->
@@ -46,19 +46,19 @@  discard block
 block discarded – undo
46 46
 					<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
47 47
 					<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} -->
48 48
 					<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph -->
49
-					<p>' . esc_html__( 'May 16th, 2022, 6 PM', 'twentytwentytwo' ) . '</p>
49
+					<p>' . esc_html__('May 16th, 2022, 6 PM', 'twentytwentytwo').'</p>
50 50
 					<!-- /wp:paragraph --></div>
51 51
 					<!-- /wp:column -->
52 52
 
53 53
 					<!-- wp:column {"verticalAlignment":"center"} -->
54 54
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} -->
55
-					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Doug Stilton', 'twentytwentytwo' ) . '</h2>
55
+					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Doug Stilton', 'twentytwentytwo').'</h2>
56 56
 					<!-- /wp:heading --></div>
57 57
 					<!-- /wp:column -->
58 58
 
59 59
 					<!-- wp:column {"verticalAlignment":"center"} -->
60 60
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
61
-					<p>' . wp_kses_post( __( 'The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo' ) ) . '</p>
61
+					<p>' . wp_kses_post(__('The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo')).'</p>
62 62
 					<!-- /wp:paragraph --></div>
63 63
 					<!-- /wp:column --></div>
64 64
 					<!-- /wp:columns -->
@@ -70,19 +70,19 @@  discard block
 block discarded – undo
70 70
 					<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
71 71
 					<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} -->
72 72
 					<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph -->
73
-					<p>' . esc_html__( 'May 18th, 2022, 7 PM', 'twentytwentytwo' ) . '</p>
73
+					<p>' . esc_html__('May 18th, 2022, 7 PM', 'twentytwentytwo').'</p>
74 74
 					<!-- /wp:paragraph --></div>
75 75
 					<!-- /wp:column -->
76 76
 
77 77
 					<!-- wp:column {"verticalAlignment":"center"} -->
78 78
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} -->
79
-					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Amy Jensen', 'twentytwentytwo' ) . '</h2>
79
+					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Amy Jensen', 'twentytwentytwo').'</h2>
80 80
 					<!-- /wp:heading --></div>
81 81
 					<!-- /wp:column -->
82 82
 
83 83
 					<!-- wp:column {"verticalAlignment":"center"} -->
84 84
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
85
-					<p>' . wp_kses_post( __( 'The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p>
85
+					<p>' . wp_kses_post(__('The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')).'</p>
86 86
 					<!-- /wp:paragraph --></div>
87 87
 					<!-- /wp:column --></div>
88 88
 					<!-- /wp:columns -->
@@ -94,19 +94,19 @@  discard block
 block discarded – undo
94 94
 					<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
95 95
 					<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} -->
96 96
 					<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph -->
97
-					<p>' . esc_html__( 'May 20th, 2022, 6 PM', 'twentytwentytwo' ) . '</p>
97
+					<p>' . esc_html__('May 20th, 2022, 6 PM', 'twentytwentytwo').'</p>
98 98
 					<!-- /wp:paragraph --></div>
99 99
 					<!-- /wp:column -->
100 100
 
101 101
 					<!-- wp:column {"verticalAlignment":"center"} -->
102 102
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} -->
103
-					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Emery Driscoll', 'twentytwentytwo' ) . '</h2>
103
+					<h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Emery Driscoll', 'twentytwentytwo').'</h2>
104 104
 					<!-- /wp:heading --></div>
105 105
 					<!-- /wp:column -->
106 106
 
107 107
 					<!-- wp:column {"verticalAlignment":"center"} -->
108 108
 					<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
109
-					<p>' . wp_kses_post( __( 'The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo' ) ) . '</p>
109
+					<p>' . wp_kses_post(__('The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo')).'</p>
110 110
 					<!-- /wp:paragraph --></div>
111 111
 					<!-- /wp:column --></div>
112 112
 					<!-- /wp:columns -->
Please login to merge, or discard this patch.