Kaynağa Gözat

BSoJ: Fix text domain in the footer (#7193)

* BSoJ: Fix text domain in the footer

* Version bump

---------

Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Takashi Irie 2 yıl önce
ebeveyn
işleme
0750ce5bf2
3 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 2 2
      bsoj/patterns/footer.php
  2. 3 0
      bsoj/readme.txt
  3. 1 1
      bsoj/style.css

+ 2 - 2
bsoj/patterns/footer.php

@@ -21,10 +21,10 @@
 			<p>
 			<?php
 
-				$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'lineup' ) ) . '" rel="nofollow">WordPress</a>';
+				$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'bsoj' ) ) . '" rel="nofollow">WordPress</a>';
 				echo sprintf(
 					/* Translators: WordPress link. */
-					esc_html__( 'Designed with %1$s', 'lineup' ),
+					esc_html__( 'Designed with %1$s', 'bsoj' ),
 					$wordpress_link
 				);
 				?>

+ 3 - 0
bsoj/readme.txt

@@ -12,6 +12,9 @@ BSoJ (Blue Screen of Joy) is a blog theme inspired by the infamous Blue Screen o
 
 == Changelog ==
 
+= 1.0.1 =
+* BSoJ: Fix text domain in the footer
+
 = 1.0.0 =
 * Initial release
 

+ 1 - 1
bsoj/style.css

@@ -7,7 +7,7 @@ Description: BSoJ (Blue Screen of Joy) is a blog theme inspired by the infamous
 Requires at least: 6.1
 Tested up to: 6.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: