]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/class.akismet-widget.php
Wordpress 4.5.3-scripts
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / class.akismet-widget.php
index a60ae603bc357984f12e9918e6958dce3c679ee4..a2c4f303767e59a4361238e5a6d442070e3536d4 100644 (file)
@@ -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