Skip to content

Commit

Permalink
BSoJ: Fix text domain in the footer (#7193)
Browse files Browse the repository at this point in the history
* BSoJ: Fix text domain in the footer

* Version bump

---------

Co-authored-by: Vicente Canales <[email protected]>
  • Loading branch information
iamtakashi and Vicente Canales authored Jul 4, 2023
1 parent 05b60ef commit 0750ce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bsoj/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
?>
Expand Down
3 changes: 3 additions & 0 deletions bsoj/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bsoj/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0750ce5

Please sign in to comment.