Browse Source

Optimismo: Fix text domain in the footer (#7194)

* Optimismo: Fix text domain in the footer

* Version bump

---------

Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Takashi Irie 2 years ago
parent
commit
6eb5fea66e
3 changed files with 6 additions and 3 deletions
  1. 2 2
      optimismo/patterns/footer.php
  2. 3 0
      optimismo/readme.txt
  3. 1 1
      optimismo/style.css

+ 2 - 2
optimismo/patterns/footer.php

@@ -14,9 +14,9 @@
 	<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}},"typography":{"fontSize":"0.69rem"}}} -->
 	<p class="has-text-align-center" style="margin-top:var(--wp--preset--spacing--40);font-size:0.69rem"><?php
 		/* Translators: WordPress link. */
-		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'lineup' ) ) . '" rel="nofollow">WordPress</a>';
+		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'optimismo' ) ) . '" rel="nofollow">WordPress</a>';
 		echo sprintf(
-			esc_html__( 'Designed with %1$s', 'lineup' ),
+			esc_html__( 'Designed with %1$s', 'optimismo' ),
 			$wordpress_link
 		);?></p>
 	<!-- /wp:paragraph -->

+ 3 - 0
optimismo/readme.txt

@@ -12,6 +12,9 @@ Optimismo is a bold blog theme that allows you to have a big bold message at the
 
 == Changelog ==
 
+= 1.0.1 =
+* Optimismo: Fix text domain in the footer
+
 = 0.0.1 =
 * Initial release
 

+ 1 - 1
optimismo/style.css

@@ -7,7 +7,7 @@ Description: Optimismo is a bold blog theme that allows you to have a big bold m
 Requires at least: 5.8
 Tested up to: 6.1.1
 Requires PHP: 5.7
-Version: 1.0.0
+Version: 1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: