Skip to content

Commit

Permalink
Merge pull request #291 from pluginkollektiv/Zodiac1978-patch-2
Browse files Browse the repository at this point in the history
Change placeholder from integer (%d) to string (%s) - fixes #290
  • Loading branch information
websupporter authored Oct 30, 2019
2 parents eddd93a + 118b222 commit 9c97b84
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 9c97b84

Please sign in to comment.