Changeset 6022 for trunk/bp-core/bp-core-loader.php
- Timestamp:
- 05/11/2012 05:38:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r5721 r6022 37 37 * This involves figuring out the currently required, active, deactive, 38 38 * and optional components. 39 * 40 * @since BuddyPress (1.5) 41 * 42 * @global BuddyPress $bp 39 * 40 * @since BuddyPress (1.5) 41 * 42 * @global BuddyPress $bp 43 43 */ 44 44 private function bootstrap() { … … 134 134 * @since BuddyPress (1.5) 135 135 * 136 * @global BuddyPress $bp 136 * @global BuddyPress $bp 137 137 */ 138 138 function setup_globals() { … … 241 241 * @since BuddyPress (1.6) 242 242 * 243 * @global BuddyPress $bp 243 * @global BuddyPress $bp 244 244 */ 245 245 function bp_setup_core() {
Note: See TracChangeset
for help on using the changeset viewer.