Changeset 1896 for trunk/bp-core.php
- Timestamp:
- 09/17/2009 07:10:04 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1891 r1896 316 316 * @package BuddyPress Core 317 317 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals() 318 * @uses bp_core_add_nav_item() Adds a navigation item to the top level buddypress navigation 319 * @uses bp_core_add_nav_default() Sets which sub navigation item is selected by default 320 * @uses bp_core_add_subnav_item() Adds a sub navigation item to a nav item 318 * @uses bp_core_new_nav_item() Adds a navigation item to the top level buddypress navigation 319 * @uses bp_core_new_subnav_item() Adds a sub navigation item to a nav item 321 320 * @uses bp_is_home() Returns true if the current user being viewed is equal the logged in user 322 321 * @uses bp_core_fetch_avatar() Returns the either the thumb or full avatar URL for the user_id passed
Note: See TracChangeset
for help on using the changeset viewer.