mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Seventeen: Fix wrong text-domain introduced in [57281].
Follow-up to [57281]. Unprops audrasjb. See #60245. git-svn-id: https://develop.svn.wordpress.org/trunk@57282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e3fc05220b
commit
2c1a6ae742
@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
|
||||
<h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __( 'Strategy', 'twentyseventeen' ) . '</h2>
|
||||
<!-- /wp:heading -->
|
||||
<!-- wp:paragraph {"align":"left"} -->
|
||||
<p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentysixteen' ) . ' →</a></p>
|
||||
<p class="has-text-align-left"><a href="#">' . __( 'See Case Study', 'twentyseventeen' ) . ' →</a></p>
|
||||
<!-- /wp:paragraph --></div></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column --></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user