Changeset 5925 for trunk/bp-blogs/bp-blogs-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-loader.php
r5868 r5925 35 35 * 36 36 * @since 1.5 37 * @global obj $bp37 * @global BuddyPress $bp The one true BuddyPress instance 38 38 */ 39 39 function setup_globals() { … … 92 92 * Setup BuddyBar navigation 93 93 * 94 * @global obj $bp94 * @global BuddyPress $bp The one true BuddyPress instance 95 95 */ 96 96 function setup_nav() { … … 135 135 * Set up the Toolbar 136 136 * 137 * @global obj $bp137 * @global BuddyPress $bp The one true BuddyPress instance 138 138 */ 139 139 function setup_admin_bar() { … … 180 180 * Sets up the title for pages and <title> 181 181 * 182 * @global obj $bp182 * @global BuddyPress $bp The one true BuddyPress instance 183 183 */ 184 184 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.