You appear to be a bot. Output may be restricted
Description
Usage
Akismet::matches_last_comment( $comment );
Parameters
- $comment
- ( mixed ) required –
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function matches_last_comment( $comment ) { return self::comments_match( self::$last_comment, $comment ); }