Changeset 5925 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-loader.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r5903 r5925 59 59 * 60 60 * @since 1.5 61 * @global obj $bp61 * @global BuddyPress $bp The one true BuddyPress instance 62 62 */ 63 63 function setup_globals() { … … 269 269 * Setup BuddyBar navigation 270 270 * 271 * @global obj $bp271 * @global BuddyPress $bp The one true BuddyPress instance 272 272 */ 273 273 function setup_nav() { … … 421 421 * Set up the Toolbar 422 422 * 423 * @global obj $bp423 * @global BuddyPress $bp The one true BuddyPress instance 424 424 */ 425 425 function setup_admin_bar() { … … 477 477 * Sets up the title for pages and <title> 478 478 * 479 * @global obj $bp479 * @global BuddyPress $bp The one true BuddyPress instance 480 480 */ 481 481 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.