summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-05-18 07:31:37 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-05-18 07:31:37 -0400
commitd7ae460ed642e717f79ab028c27f13e5f1b71167 (patch)
treec6c1cb0b1f2a3901a4e4a22fe15873832671a0d4 /plugins/akismet/class.akismet-widget.php
parentUpdate plugin wordpress-mobile-pack to 2.2.3 (diff)
downloadblogs-gentoo-d7ae460ed642e717f79ab028c27f13e5f1b71167.tar.gz
blogs-gentoo-d7ae460ed642e717f79ab028c27f13e5f1b71167.tar.bz2
blogs-gentoo-d7ae460ed642e717f79ab028c27f13e5f1b71167.zip
Update plugin akismet to 3.1.11
Diffstat (limited to 'plugins/akismet/class.akismet-widget.php')
-rw-r--r--plugins/akismet/class.akismet-widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/akismet/class.akismet-widget.php b/plugins/akismet/class.akismet-widget.php
index a60ae603..a2c4f303 100644
--- a/plugins/akismet/class.akismet-widget.php
+++ b/plugins/akismet/class.akismet-widget.php
@@ -95,7 +95,7 @@ class Akismet_Widget extends WP_Widget {
?>
<div class="a-stats">
- <a href="http://akismet.com" target="_blank" title=""><?php printf( _n( '<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>', '<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>', $count , 'akismet'), number_format_i18n( $count ) ); ?></a>
+ <a href="https://akismet.com" target="_blank" title=""><?php printf( _n( '<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>', '<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>', $count , 'akismet'), number_format_i18n( $count ) ); ?></a>
</div>
<?php