Changeset 5925 for trunk/bp-forums/bp-forums-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-loader.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-loader.php
r5885 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() { … … 90 90 * Setup BuddyBar navigation 91 91 * 92 * @global obj $bp92 * @global BuddyPress $bp The one true BuddyPress instance 93 93 */ 94 94 function setup_nav() { … … 166 166 * Set up the Toolbar 167 167 * 168 * @global obj $bp168 * @global BuddyPress $bp The one true BuddyPress instance 169 169 */ 170 170 function setup_admin_bar() { … … 219 219 * Sets up the title for pages and <title> 220 220 * 221 * @global obj $bp221 * @global BuddyPress $bp The one true BuddyPress instance 222 222 */ 223 223 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.