Changeset 4107 for trunk/bp-members/bp-members-template.php
- Timestamp:
- 03/11/2011 06:02:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-template.php
r4093 r4107 604 604 605 605 /** 606 * bp_get_nav()607 * TEMPLATE TAG608 *609 606 * Uses the $bp->bp_nav global to render out the navigation within a BuddyPress install. 610 607 * Each component adds to this navigation array within its own [component_name]_setup_nav() function. … … 622 619 */ 623 620 function bp_get_loggedin_user_nav() { 624 global $bp , $current_blog;621 global $bp; 625 622 626 623 // Loop through each navigation item
Note: See TracChangeset
for help on using the changeset viewer.