You appear to be a bot. Output may be restricted
Description
Usage
akismet_comment_row_action( $a, $comment );
Parameters
- $a
- ( mixed ) required –
- $comment
- ( mixed ) required –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 3 of 3
function akismet_comment_row_action( $a, $comment ) { return Akismet_Admin::comment_row_actions( $a, $comment ); }