
r-a-y
By: a guest on
May 22nd, 2010 | syntax:
PHP | size: 0.17 KB | hits: 1,564 | expires: Never
function my_bp_groups_forum_first_tab() {
global $bp;
$bp->bp_options_nav['groups']['home']['position'] = '50';
}
add_action('wp', 'my_bp_groups_forum_first_tab');