Definition:
function akismet_text_add_link_class( $comment_text ) {}
Parameters
- $comment_text
Source code
function akismet_text_add_link_class( $comment_text ) { return preg_replace_callback( '#<a ([^>]*)href="([^"]+)"([^>]*)>(.*?)</a>#i', 'akismet_text_add_link_callback', $comment_text ); }
9058
No comments yet... Be the first to leave a reply!