diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/akismet/widget.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/akismet/widget.php Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,108 @@ + __( 'Display the number of spam comments Akismet has caught' ) ) + ); + + if ( is_active_widget( false, false, $this->id_base ) ) { + add_action( 'wp_head', array( $this, 'css' ) ); + } + } + + function css() { +?> + + + + + +

+ + +

+ + + +
+ %1$s spam blocked by Akismet', '%1$s spam blocked by Akismet', $count ), number_format_i18n( $count ) ); ?> +
+ +