Skip to content

Commit

Permalink
Fix minor markup issue in admin_footer_text().
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 29, 2023
1 parent 6a386d8 commit a4a49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/Settings/PluginSettingsBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function admin_footer_text( $text ) {
return wp_kses(
sprintf(
/* translators: 1: plugin name, 2: wp.org review link with stars, 3: wp.org review link with text. */
__( 'Please rate %1$s %2$s on %3$s</a>. Thank you!', 'hcaptcha-for-forms-and-more' ),
__( 'Please rate %1$s %2$s on %3$s. Thank you!', 'hcaptcha-for-forms-and-more' ),
'<strong>hCaptcha for WordPress</strong>',
sprintf(
'<a href="%s" target="_blank" rel="noopener noreferrer">★★★★★</a>',
Expand Down

0 comments on commit a4a49c9

Please sign in to comment.