Advertisement
Guest User

r-a-y

a guest
Jul 16th, 2010
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function my_change_avatar_link() {
  2. global $bp;
  3.  
  4. $bp->bp_options_nav['profile']['change-avatar']['link'] = substr( $bp->bp_options_nav['profile']['change-avatar']['link'], 0, -1 );
  5. }
  6. add_action( 'get_header', 'my_change_avatar_link' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement