Advertisement
Guest User

r-a-y

a guest
Apr 29th, 2010
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function my_bp_core_get_user_domain($link) {
  2.     $link = str_replace(BP_MEMBERS_SLUG,'author',$link);
  3.     return $link;
  4. }
  5. add_filter('bp_get_activity_user_link','my_bp_core_get_user_domain');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement