diff --git a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php
index cc8c1aad4f..66e6fa0c87 100644
a
|
b
|
if ( function_exists( 'register_block_pattern' ) ) { |
131 | 131 | <h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __( 'Strategy', 'twentyseventeen' ) . '</h2> |
132 | 132 | <!-- /wp:heading --> |
133 | 133 | <!-- wp:paragraph {"align":"left"} --> |
134 | | <p class="has-text-align-left"><a href="#">' . __( 'See Case Study' ) . ' →</a></p> |
| 134 | <p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentyseventeen' ) . ' →</a></p> |
135 | 135 | <!-- /wp:paragraph --></div></div> |
136 | 136 | <!-- /wp:group --></div> |
137 | 137 | <!-- /wp:column --></div> |
diff --git a/src/wp-content/themes/twentysixteen/inc/block-patterns.php b/src/wp-content/themes/twentysixteen/inc/block-patterns.php
index f5868cd716..e4fc5ca4cf 100644
a
|
b
|
if ( function_exists( 'register_block_pattern' ) ) { |
54 | 54 | <!-- /wp:spacer --> |
55 | 55 | |
56 | 56 | <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":55}}} --> |
57 | | <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen' ) . '</h1> |
| 57 | <h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen', 'twentysixteen' ) . '</h1> |
58 | 58 | <!-- /wp:heading --> |
59 | 59 | |
60 | 60 | <!-- wp:spacer {"height":30} --> |