Changeset 5925 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r5868 r5925 53 53 * 54 54 * @since 1.5 55 * @global obj $bp55 * @global BuddyPress $bp The one true BuddyPress instance 56 56 */ 57 57 function setup_globals() { … … 86 86 * Setup BuddyBar navigation 87 87 * 88 * @global obj $bp88 * @global BuddyPress $bp The one true BuddyPress instance 89 89 */ 90 90 function setup_nav() { … … 132 132 * Set up the Toolbar 133 133 * 134 * @global obj $bp134 * @global BuddyPress $bp The one true BuddyPress instance 135 135 */ 136 136 function setup_admin_bar() { … … 188 188 * Sets up the title for pages and <title> 189 189 * 190 * @global obj $bp190 * @global BuddyPress $bp The one true BuddyPress instance 191 191 */ 192 192 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.