__( 'Display the number of spam comments Akismet has caught', 'akismet' ) ) ); } /** * Outputs the widget settings form * * @param array $instance The widget options */ public function form( $instance ) { if ( $instance && isset( $instance['title'] ) ) { $title = $instance['title']; } else { $title = __( 'Spam Blocked', 'akismet' ); } ?>