Skip to content

Instantly share code, notes, and snippets.

@viruthagiri
Created March 10, 2016 12:15
Show Gist options
  • Save viruthagiri/38743a6dcf30ddab3917 to your computer and use it in GitHub Desktop.
Save viruthagiri/38743a6dcf30ddab3917 to your computer and use it in GitHub Desktop.
<?php
function bp_comp_content_make_clickable($content) {
$content = make_clickable($content);
return $content;
}
add_filter('bp_comp_message', 'bp_comp_content_make_clickable');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment