Skip to content

Commit

Permalink
Change placeholder from integer (%d) to string (%s) - fixes #290
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 authored Oct 29, 2019
1 parent eddd93a commit 118b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antispam_bee.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ public static function add_dashboard_count( $items = array() ) {
$items[] = '<span class="ab-count">' . esc_html(
sprintf(
// translators: The number of spam comments Antispam Bee blocked so far.
__( '%d Blocked', 'antispam-bee' ),
__( '%s Blocked', 'antispam-bee' ),
self::_get_spam_count()
)
) . '</span>';
Expand Down

0 comments on commit 118b222

Please sign in to comment.