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