Ticket #4690: bptrac4690_member_groups_count.patch
File bptrac4690_member_groups_count.patch, 670 bytes (added by , 12 years ago) |
---|
-
bp-groups/bp-groups-loader.php
339 339 340 340 // Add 'Groups' to the main navigation 341 341 $main_nav = array( 342 'name' => sprintf( __( 'Groups <span>%d</span>', 'buddypress' ), groups_total_groups_for_user() ),342 'name' => sprintf( __( 'Groups <span>%d</span>', 'buddypress' ), bp_get_total_group_count_for_user() ), 343 343 'slug' => $this->slug, 344 344 'position' => 70, 345 345 'screen_function' => 'groups_screen_my_groups',