diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/plugins/akismet/class.akismet-widget.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/plugins/akismet/class.akismet-widget.php Tue Jun 09 03:35:32 2015 +0200 @@ -0,0 +1,110 @@ + __( 'Display the number of spam comments Akismet has caught' , 'akismet') ) + ); + + if ( is_active_widget( false, false, $this->id_base ) ) { + add_action( 'wp_head', array( $this, 'css' ) ); + } + } + + function css() { +?> + + + + + +
+ + +
+ + + + + +