Skip to content

Commit 9c97b84

Browse files
authored
Merge pull request #291 from pluginkollektiv/Zodiac1978-patch-2
Change placeholder from integer (%d) to string (%s) - fixes #290
2 parents eddd93a + 118b222 commit 9c97b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antispam_bee.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public static function add_dashboard_count( $items = array() ) {
696696
$items[] = '<span class="ab-count">' . esc_html(
697697
sprintf(
698698
// translators: The number of spam comments Antispam Bee blocked so far.
699-
__( '%d Blocked', 'antispam-bee' ),
699+
__( '%s Blocked', 'antispam-bee' ),
700700
self::_get_spam_count()
701701
)
702702
) . '</span>';

0 commit comments

Comments
 (0)