/home/altere25/rmllproject.altereddigital.com/wp-content/plugins/akismet
Edit: /home/altere25/rmllproject.altereddigital.com/wp-content/plugins/akismet/class.akismet-widget.php (4378B)
__( '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' );
}
?>