We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eddd93a + 118b222 commit 9c97b84Copy full SHA for 9c97b84
antispam_bee.php
@@ -696,7 +696,7 @@ public static function add_dashboard_count( $items = array() ) {
696
$items[] = '<span class="ab-count">' . esc_html(
697
sprintf(
698
// translators: The number of spam comments Antispam Bee blocked so far.
699
- __( '%d Blocked', 'antispam-bee' ),
+ __( '%s Blocked', 'antispam-bee' ),
700
self::_get_spam_count()
701
)
702
) . '</span>';
0 commit comments