Changeset 5925 for trunk/bp-members/bp-members-loader.php
- Timestamp:
- 03/16/2012 12:49:51 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-members/bp-members-loader.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-loader.php
r5895 r5925 30 30 * Include files 31 31 * 32 * @global obj $bp32 * @global BuddyPress $bp The one true BuddyPress instance 33 33 */ 34 34 function includes() { … … 53 53 * 54 54 * @since 1.5 55 * @global obj $bp55 * @global BuddyPress $bp The one true BuddyPress instance 56 56 */ 57 57 function setup_globals() { … … 141 141 * Setup BuddyBar navigation 142 142 * 143 * @global obj $bp143 * @global BuddyPress $bp The one true BuddyPress instance 144 144 */ 145 145 function setup_nav() { … … 184 184 * Sets up the title for pages and <title> 185 185 * 186 * @global obj $bp186 * @global BuddyPress $bp The one true BuddyPress instance 187 187 */ 188 188 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.