Twenty Seventeen: Fix wrong text-domain introduced in [57281].
Follow-up to [57281]. Unprops audrasjb. See #60245. Built from https://develop.svn.wordpress.org/trunk@57282 git-svn-id: http://core.svn.wordpress.org/trunk@56788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7502811c88
commit
4d2c122564
|
@ -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>
|
<h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __( 'Strategy', 'twentyseventeen' ) . '</h2>
|
||||||
<!-- /wp:heading -->
|
<!-- /wp:heading -->
|
||||||
<!-- wp:paragraph {"align":"left"} -->
|
<!-- 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:paragraph --></div></div>
|
||||||
<!-- /wp:group --></div>
|
<!-- /wp:group --></div>
|
||||||
<!-- /wp:column --></div>
|
<!-- /wp:column --></div>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57281';
|
$wp_version = '6.5-alpha-57282';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue