Advertisement
Guest User

r-a-y

a guest
May 22nd, 2010
3,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function my_bp_groups_forum_first_tab() {
  2.     global $bp;
  3.    
  4.     $bp->bp_options_nav['groups']['home']['position'] = '50';
  5. }
  6. add_action('wp', 'my_bp_groups_forum_first_tab');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement