Changeset 5925 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r5868 r5925 66 66 * 67 67 * @since 1.5 68 * @global obj $bp68 * @global BuddyPress $bp The one true BuddyPress instance 69 69 */ 70 70 function setup_globals() { … … 131 131 * Setup BuddyBar navigation 132 132 * 133 * @global obj $bp133 * @global BuddyPress $bp The one true BuddyPress instance 134 134 */ 135 135 function setup_nav() { … … 185 185 * Set up the Toolbar 186 186 * 187 * @global obj $bp187 * @global BuddyPress $bp The one true BuddyPress instance 188 188 */ 189 189 function setup_admin_bar() { … … 239 239 * Sets up the title for pages and <title> 240 240 * 241 * @global obj $bp241 * @global BuddyPress $bp The one true BuddyPress instance 242 242 */ 243 243 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.