diff -r 000000000000 -r d970ebf37754 wp/wp-content/plugins/akismet/widget.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/plugins/akismet/widget.php Wed Nov 06 03:21:17 2013 +0000 @@ -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() { +?> + + + + + +
+ + +
+ + + + + +