Changeset 5925 for trunk/bp-messages/bp-messages-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-loader.php
r5868 r5925 55 55 * 56 56 * @since 1.5 57 * @global obj $bp57 * @global BuddyPress $bp The one true BuddyPress instance 58 58 */ 59 59 function setup_globals() { … … 89 89 * Setup BuddyBar navigation 90 90 * 91 * @global obj $bp91 * @global BuddyPress $bp The one true BuddyPress instance 92 92 */ 93 93 function setup_nav() { … … 159 159 * Set up the Toolbar 160 160 * 161 * @global obj $bp161 * @global BuddyPress $bp The one true BuddyPress instance 162 162 */ 163 163 function setup_admin_bar() { … … 233 233 * Sets up the title for pages and <title> 234 234 * 235 * @global obj $bp235 * @global BuddyPress $bp The one true BuddyPress instance 236 236 */ 237 237 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.